From 2902b7c5b27ce6ab001a888db5a5c1851f15a8bf Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 20 Dec 2016 14:26:50 +0100 Subject: 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(-) (limited to 'app-shells/tcsh') diff --git a/app-shells/tcsh/tcsh-6.20.00.ebuild b/app-shells/tcsh/tcsh-6.20.00.ebuild index e388f4bce8ee..130d98f2bb39 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) } -- cgit v1.2.3-65-gdbad