commit: 97a979c3ec88b718c959edc4603ca6c7be58423d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:49:53 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:49:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a979c3
app-office/pybliographer: [QA] Fix double-prefix
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-office/pybliographer/pybliographer-1.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild
index f9a9022b446..13679af5818 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
}