projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77b8e49
)
dev-util/unifdef: support Prefix.
author
Benda Xu
<heroxbd@gentoo.org>
Sun, 26 Jun 2016 12:17:57 +0000
(21:17 +0900)
committer
Benda Xu
<heroxbd@gentoo.org>
Sun, 26 Jun 2016 12:18:23 +0000
(21:18 +0900)
Package-Manager: portage-2.2.28
dev-util/unifdef/unifdef-2.11.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/unifdef/unifdef-2.11.ebuild
b/dev-util/unifdef/unifdef-2.11.ebuild
index 5a937489bd279862799e510ef38a199d4b258dea..aeda647752ab32d7302e062d079d8de7f51bee9f 100644
(file)
--- a/
dev-util/unifdef/unifdef-2.11.ebuild
+++ b/
dev-util/unifdef/unifdef-2.11.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
4
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@
-16,6
+16,6
@@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
DOCS=( README )
src_prepare() {
- sed -i
'/^prefix/s:=.*:=/usr:'
Makefile || die
+ sed -i
"/^prefix/s:=.*:=${EPREFIX}/usr:"
Makefile || die
tc-export CC
}