From: David Seifert Date: Sun, 11 Aug 2019 11:49:53 +0000 (+0200) Subject: app-office/pybliographer: [QA] Fix double-prefix X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=97a979c3ec88b718c959edc4603ca6c7be58423d;p=gentoo.git app-office/pybliographer: [QA] Fix double-prefix Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- 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 }