diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/dovecot-deleted-to-trash-plugin/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/dovecot-deleted-to-trash-plugin/APKBUILD b/testing/dovecot-deleted-to-trash-plugin/APKBUILD index 12c7069808..91a8028ef9 100644 --- a/testing/dovecot-deleted-to-trash-plugin/APKBUILD +++ b/testing/dovecot-deleted-to-trash-plugin/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dovecot-deleted-to-trash-plugin pkgver=0.3 -pkgrel=0 +pkgrel=1 pkgdesc="Copy deleted email to trash for broken IMAP clients (Outlook)" url="http://wiki2.dovecot.org/Plugins/deleted-to-trash" arch="all" @@ -31,7 +31,8 @@ build() { package() { cd "$_builddir" - make install DESTDIR="$pkgdir" + make install DESTDIR="$pkgdir" \ + DOVECOT_IMAP_PLUGIN_PATH=/usr/lib/dovecot } md5sums="63bdfa71312abc2dcaae5cfedd1db622 dovecot-deleted-to-trash-plugin-0.3.tar.bz2" |