From cd6c1259b793dc6e52291c1236b41592322531b0 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 8 Feb 2020 17:23:05 +0100 Subject: [PATCH] net-mail/dovecot: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert --- net-mail/dovecot/dovecot-2.3.8.ebuild | 8 ++++---- 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 ) -- 2.26.2