projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6132a6e
)
app-misc/pax-utils: trivial fix for double prefix. ED -> D.
author
Benda Xu
<heroxbd@gentoo.org>
Thu, 26 May 2016 01:43:20 +0000
(10:43 +0900)
committer
Benda Xu
<heroxbd@gentoo.org>
Thu, 26 May 2016 01:44:04 +0000
(10:44 +0900)
Package-Manager: portage-2.2.28
app-misc/pax-utils/pax-utils-1.1.6.ebuild
patch
|
blob
|
history
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 d293af7c3ca07d33a0c4ffffec2ce55c08248df6..75ce98d695b2092cfebe940cda0d2a33585482a2 100644
(file)
--- 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="${
E
D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
+ _emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
}