commit: 2902b7c5b27ce6ab001a888db5a5c1851f15a8bf
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 13:26:50 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 13:27:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2902b7c5
app-shells/tcsh: avoid double leading slash
Package-Manager: portage-2.3.0
app-shells/tcsh/tcsh-6.20.00.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/tcsh/tcsh-6.20.00.ebuild
b/app-shells/tcsh/tcsh-6.20.00.ebuild
index e388f4b..130d98f 100644
--- 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)
}