projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de9da4
)
app-shells/tcsh: avoid double leading slash
author
Fabian Groffen
<grobian@gentoo.org>
Tue, 20 Dec 2016 13:26:50 +0000
(14:26 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Tue, 20 Dec 2016 13:27:19 +0000
(14:27 +0100)
Package-Manager: portage-2.3.0
app-shells/tcsh/tcsh-6.20.00.ebuild
patch
|
blob
|
history
diff --git
a/app-shells/tcsh/tcsh-6.20.00.ebuild
b/app-shells/tcsh/tcsh-6.20.00.ebuild
index e388f4bce8eeef23eefc29bf44fdeb5612e2f10f..130d98f2bb39b8bb2b71d760f976f25c0510fab3 100644
(file)
--- a/
app-shells/tcsh/tcsh-6.20.00.ebuild
+++ b/
app-shells/tcsh/tcsh-6.20.00.ebuild
@@
-77,7
+77,7
@@
src_configure() {
append-cppflags -D_PATH_BIN="'"'"${EPREFIX}/bin"'"'"
econf \
- --prefix="${EPREFIX:-
/
}" \
+ --prefix="${EPREFIX:-}" \
--datarootdir='${prefix}/usr/share' \
$(use_enable nls)
}