summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:50:28 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:50:28 +0100
commite8dcf6453d403264b1239bcd48cc223cdc20c868 (patch)
treedeeb274f3eec202a7e66d34f451b7becf8276011 /app-editors
parentapp-arch/tar: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-e8dcf6453d403264b1239bcd48cc223cdc20c868.tar.gz
gentoo-e8dcf6453d403264b1239bcd48cc223cdc20c868.tar.bz2
gentoo-e8dcf6453d403264b1239bcd48cc223cdc20c868.zip
app-editors/nvi: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nvi/nvi-1.81.6-r7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nvi/nvi-1.81.6-r7.ebuild b/app-editors/nvi/nvi-1.81.6-r7.ebuild
index dc52ca6e54cb..322ca70ae4fd 100644
--- a/app-editors/nvi/nvi-1.81.6-r7.ebuild
+++ b/app-editors/nvi/nvi-1.81.6-r7.ebuild
@@ -57,7 +57,7 @@ src_configure() {
use unicode && myconf="${myconf} --enable-widechar"
use tcl && myconf="${myconf} --enable-tclinterp"
- append-cppflags "-D_PATH_MSGCAT=\"\\\"${EPREFIX%/}/usr/share/vi/catalog/\\\"\""
+ append-cppflags "-D_PATH_MSGCAT=\"\\\"${EPREFIX}/usr/share/vi/catalog/\\\"\""
append-cppflags -I"$(db_includedir)"
# Darwin doesn't have stropts.h, bug #619416