summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2016-05-28 13:33:52 +0900
committerBenda Xu <heroxbd@gentoo.org>2016-05-28 13:33:52 +0900
commitf0a285d3d6e33c428474f1974736f21b72a7e92b (patch)
treeccb127d714ac605aa1af3ed8ec0ba72f867379fd /app-misc/pax-utils/pax-utils-1.1.2.ebuild
parentprofiles/prefix/linux-standalone/profile.bashrc: typo. (diff)
downloadgentoo-f0a285d3d6e33c428474f1974736f21b72a7e92b.tar.gz
gentoo-f0a285d3d6e33c428474f1974736f21b72a7e92b.tar.bz2
gentoo-f0a285d3d6e33c428474f1974736f21b72a7e92b.zip
app-misc/pax-utils: trivial fix for double prefix. ED -> D.
Package-Manager: portage-2.2.28 RepoMan-Options: --force
Diffstat (limited to 'app-misc/pax-utils/pax-utils-1.1.2.ebuild')
-rw-r--r--app-misc/pax-utils/pax-utils-1.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/pax-utils/pax-utils-1.1.2.ebuild b/app-misc/pax-utils/pax-utils-1.1.2.ebuild
index b1f66eeabe16..75ce98d695b2 100644
--- a/app-misc/pax-utils/pax-utils-1.1.2.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -54,5 +54,5 @@ src_test() {
}
src_install() {
- _emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install
+ _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
}