From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 82B5713826A for ; Thu, 26 May 2016 01:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 911E421C012; Thu, 26 May 2016 01:44:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E4D621C012 for ; Thu, 26 May 2016 01:44:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9BC3340BDD for ; Thu, 26 May 2016 01:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89A73964 for ; Thu, 26 May 2016 01:44:10 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1464227044.2e5a959296a4eda19c475dff85a1efeff2ea7f37.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/pax-utils/pax-utils-1.1.6.ebuild X-VCS-Directories: app-misc/pax-utils/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 2e5a959296a4eda19c475dff85a1efeff2ea7f37 X-VCS-Branch: master Date: Thu, 26 May 2016 01:44:10 +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-Archives-Salt: f0610ad0-9bb4-4630-8b19-0143b10513b9 X-Archives-Hash: 8184631a692a6bc1b85eca7497d186b4 commit: 2e5a959296a4eda19c475dff85a1efeff2ea7f37 Author: Benda Xu gentoo org> AuthorDate: Thu May 26 01:43:20 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Thu May 26 01:44:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5a9592 app-misc/pax-utils: trivial fix for double prefix. ED -> D. Package-Manager: portage-2.2.28 app-misc/pax-utils/pax-utils-1.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/pax-utils/pax-utils-1.1.6.ebuild b/app-misc/pax-utils/pax-utils-1.1.6.ebuild index d293af7..75ce98d 100644 --- a/app-misc/pax-utils/pax-utils-1.1.6.ebuild +++ b/app-misc/pax-utils/pax-utils-1.1.6.ebuild @@ -54,5 +54,5 @@ src_test() { } src_install() { - _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install + _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install }