From 97a979c3ec88b718c959edc4603ca6c7be58423d Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 11 Aug 2019 13:49:53 +0200 Subject: [PATCH] app-office/pybliographer: [QA] Fix double-prefix Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- 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 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 } -- 2.26.2