diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 17:23:05 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 17:23:05 +0100 |
commit | cd6c1259b793dc6e52291c1236b41592322531b0 (patch) | |
tree | 1d6dffb405c3c8cddd33d0e090368399c6d66ad4 /net-mail | |
parent | net-libs/zeromq: [QA] Fix UnnecessarySlashStrip (diff) | |
download | gentoo-cd6c1259b793dc6e52291c1236b41592322531b0.tar.gz gentoo-cd6c1259b793dc6e52291c1236b41592322531b0.tar.bz2 gentoo-cd6c1259b793dc6e52291c1236b41592322531b0.zip |
net-mail/dovecot: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.8.ebuild | 8 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.9.2.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/dovecot/dovecot-2.3.8.ebuild b/net-mail/dovecot/dovecot-2.3.8.ebuild index b32f3cabf59d..8260f0011116 100644 --- a/net-mail/dovecot/dovecot-2.3.8.ebuild +++ b/net-mail/dovecot/dovecot-2.3.8.ebuild @@ -91,9 +91,9 @@ src_configure() { # turn valgrind tests off. Bug #340791 VALGRIND=no econf \ - --with-rundir="${EPREFIX%/}/run/dovecot" \ - --with-statedir="${EPREFIX%/}/var/lib/dovecot" \ - --with-moduledir="${EPREFIX%/}/usr/$(get_libdir)/dovecot" \ + --with-rundir="${EPREFIX}/run/dovecot" \ + --with-statedir="${EPREFIX}/var/lib/dovecot" \ + --with-moduledir="${EPREFIX}/usr/$(get_libdir)/dovecot" \ --without-stemmer \ --disable-rpath \ --without-libbsd \ @@ -128,7 +128,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 ) diff --git a/net-mail/dovecot/dovecot-2.3.9.2.ebuild b/net-mail/dovecot/dovecot-2.3.9.2.ebuild index 6a614a62c190..f2ee9cd425ca 100644 --- a/net-mail/dovecot/dovecot-2.3.9.2.ebuild +++ b/net-mail/dovecot/dovecot-2.3.9.2.ebuild @@ -91,9 +91,9 @@ src_configure() { # turn valgrind tests off. Bug #340791 VALGRIND=no econf \ - --with-rundir="${EPREFIX%/}/run/dovecot" \ - --with-statedir="${EPREFIX%/}/var/lib/dovecot" \ - --with-moduledir="${EPREFIX%/}/usr/$(get_libdir)/dovecot" \ + --with-rundir="${EPREFIX}/run/dovecot" \ + --with-statedir="${EPREFIX}/var/lib/dovecot" \ + --with-moduledir="${EPREFIX}/usr/$(get_libdir)/dovecot" \ --without-stemmer \ --disable-rpath \ --without-libbsd \ @@ -128,7 +128,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 ) |