summaryrefslogtreecommitdiff
path: root/extra/pigeonhole
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-26 02:20:27 -0700
committerroot <root@rshg054.dnsready.net>2013-05-26 02:20:27 -0700
commit99ee54f2484aadc464e997e54aa9c7ca7ecde198 (patch)
tree44f52f702b3d499e99fe7fe6314d9897de17efb4 /extra/pigeonhole
parent2333a0e547f378ad697f35312d6ba6d3fbafb2c8 (diff)
Sun May 26 02:19:21 PDT 2013
Diffstat (limited to 'extra/pigeonhole')
-rw-r--r--extra/pigeonhole/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/pigeonhole/PKGBUILD b/extra/pigeonhole/PKGBUILD
index dda8c7062..8a9bc47da 100644
--- a/extra/pigeonhole/PKGBUILD
+++ b/extra/pigeonhole/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 186002 2013-05-20 08:28:30Z andyrtr $
+# $Id: PKGBUILD 186354 2013-05-25 09:05:56Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributorr: Peter Lewis <plewis@aur.archlinux.org>
@@ -12,7 +12,7 @@ _dcpkgver=2.2.2
pkgname=pigeonhole
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Sieve implementation for Dovecot"
arch=('i686' 'x86_64')
url="http://pigeonhole.dovecot.org/"
@@ -31,6 +31,7 @@ build() {
./configure --prefix=/usr \
--with-dovecot=/usr/lib/dovecot \
+ --with-moduledir=/usr/lib/dovecot/modules \
--disable-static
make
}