diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 17:51:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 17:51:57 +0100 |
commit | 6f93dd0a2110285a9f0e0a58a2fdcd10d4295497 (patch) | |
tree | cc3eccba51207e6f9cbbf1a4b6c1a217b1db917f /net-mail/dovecot | |
parent | net-im/swift: [QA] Fix UnnecessarySlashStrip (diff) | |
download | gentoo-6f93dd0a2110285a9f0e0a58a2fdcd10d4295497.tar.gz gentoo-6f93dd0a2110285a9f0e0a58a2fdcd10d4295497.tar.bz2 gentoo-6f93dd0a2110285a9f0e0a58a2fdcd10d4295497.zip |
net-mail/dovecot: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/dovecot/dovecot-2.3.7.2.ebuild b/net-mail/dovecot/dovecot-2.3.7.2.ebuild index d8cce941ec7b..52fe0014c1f3 100644 --- a/net-mail/dovecot/dovecot-2.3.7.2.ebuild +++ b/net-mail/dovecot/dovecot-2.3.7.2.ebuild @@ -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 ) |