net-mail/dovecot: [QA] Fix UnnecessarySlashStrip
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:51:57 +0000 (17:51 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:51:57 +0000 (17:51 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
net-mail/dovecot/dovecot-2.3.7.2.ebuild

index d8cce941ec7baad3f860beaa6785b71d307c19e3..52fe0014c1f3da29adb0edcda459caac7b8dc9f4 100644 (file)
@@ -133,7 +133,7 @@ src_configure() {
                cd "../dovecot-${major_minor}-pigeonhole-${sieve_version}" || die "cd failed"
                econf \
                        $( use_enable static-libs static ) \
-                       --localstatedir="${EPREFIX%/}/var" \
+                       --localstatedir="${EPREFIX}/var" \
                        --enable-shared \
                        --with-dovecot="${S}" \
                        $( use_with managesieve )