diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-12-20 14:26:50 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-12-20 14:27:19 +0100 |
commit | 2902b7c5b27ce6ab001a888db5a5c1851f15a8bf (patch) | |
tree | 8f93c4f3f16b4ddb4c92499c3c208ffb9f4b510b /app-shells | |
parent | dev-python/libvirt-python: version bump to 2.5.0 (diff) | |
download | gentoo-2902b7c5b27ce6ab001a888db5a5c1851f15a8bf.tar.gz gentoo-2902b7c5b27ce6ab001a888db5a5c1851f15a8bf.tar.bz2 gentoo-2902b7c5b27ce6ab001a888db5a5c1851f15a8bf.zip |
app-shells/tcsh: avoid double leading slash
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/tcsh-6.20.00.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |