diff options
author | 2019-08-11 13:49:53 +0200 | |
---|---|---|
committer | 2019-08-11 13:49:53 +0200 | |
commit | 97a979c3ec88b718c959edc4603ca6c7be58423d (patch) | |
tree | b3a2a10af883425aad99e95073ed9d4674a5f49c /app-office/pybliographer | |
parent | app-office/openoffice-bin: [QA] Fix double-prefix (diff) | |
download | gentoo-97a979c3ec88b718c959edc4603ca6c7be58423d.tar.gz gentoo-97a979c3ec88b718c959edc4603ca6c7be58423d.tar.bz2 gentoo-97a979c3ec88b718c959edc4603ca6c7be58423d.zip |
app-office/pybliographer: [QA] Fix double-prefix
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-office/pybliographer')
-rw-r--r-- | app-office/pybliographer/pybliographer-1.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild index f9a9022b4460..13679af58184 100644 --- a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild +++ b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild @@ -61,5 +61,5 @@ src_install() { gnome2_src_install python_fix_shebang "${D}" dodir /usr/share/${PN} - mv "${ED}/$(python_get_sitedir)/${PN}/pixmaps" "${ED}"/usr/share/${PN} || die + mv "${D}/$(python_get_sitedir)/${PN}/pixmaps" "${ED}"/usr/share/${PN} || die } |