From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 757D9138334 for ; Sun, 11 Aug 2019 11:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5E9E0866; Sun, 11 Aug 2019 11:50:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37F8DE0866 for ; Sun, 11 Aug 2019 11:50:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 304713498D5 for ; Sun, 11 Aug 2019 11:50:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 267D3758 for ; Sun, 11 Aug 2019 11:50:27 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1565524193.97a979c3ec88b718c959edc4603ca6c7be58423d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/pybliographer/pybliographer-1.4.0-r1.ebuild X-VCS-Directories: app-office/pybliographer/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 97a979c3ec88b718c959edc4603ca6c7be58423d X-VCS-Branch: master Date: Sun, 11 Aug 2019 11:50:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ce986fd-6fd0-41c6-93ad-0c764daa0c27 X-Archives-Hash: 0c880db8f11768ff6898ce1e62235376 commit: 97a979c3ec88b718c959edc4603ca6c7be58423d Author: David Seifert gentoo org> AuthorDate: Sun Aug 11 11:49:53 2019 +0000 Commit: David Seifert gentoo 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 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 }