summaryrefslogtreecommitdiffstats
path: root/testing/dovecot-deleted-to-trash-plugin
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-06 10:49:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-06 10:49:33 +0000
commit045343ec960b850dd239c295a7a8b322859675a3 (patch)
treebb044d477940bd629cc1c8a403df9eed2a3c9af9 /testing/dovecot-deleted-to-trash-plugin
parent6d86bbdf79ff6ae352468c37a94e4ec954296e8a (diff)
downloadaports-045343ec960b850dd239c295a7a8b322859675a3.tar.bz2
aports-045343ec960b850dd239c295a7a8b322859675a3.tar.xz
testing/dovecot-deleted-to-trash-plugin: set plugin path
Diffstat (limited to 'testing/dovecot-deleted-to-trash-plugin')
-rw-r--r--testing/dovecot-deleted-to-trash-plugin/APKBUILD5
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 12c706980..91a8028ef 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"