[arch-commits] Commit in dovecot/trunk (PKGBUILD)
Paul Mattal
paul at archlinux.org
Thu Jun 26 11:44:42 UTC 2008
Date: Thursday, June 26, 2008 @ 07:44:42
Author: paul
Revision: 3629
upgpkg: dovecot 1.0.15-2
added install headers (#10656)
Modified:
dovecot/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-06-26 04:01:57 UTC (rev 3628)
+++ PKGBUILD 2008-06-26 11:44:42 UTC (rev 3629)
@@ -7,7 +7,7 @@
pkgname=dovecot
pkgver=1.0.15
-pkgrel=1
+pkgrel=2
pkgdesc="An IMAP and POP3 server written with security primarily in mind"
arch=('i686' 'x86_64')
url="http://dovecot.org/"
@@ -30,7 +30,7 @@
# dont relocate /usr/libexec to /usr/lib because it causes filename conflicts
./configure --prefix=/usr --sysconfdir=/etc/dovecot --with-mysql \
--with-pgsql --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
- --with-gssapi || return 1
+ --with-gssapi --enable-header-install || return 1
# build
make || return 1
@@ -43,8 +43,6 @@
# should not rely on that to remain true, so we do it this way
rm -rf $startdir/pkg/usr/share/doc || return 1
rmdir $startdir/pkg/usr/share || return 1
- rmdir $startdir/pkg/usr/include/dovecot || return 1
- rmdir $startdir/pkg/usr/include || return 1
# install the launch script
install -D -m755 $startdir/src/$pkgname.sh $startdir/pkg/etc/rc.d/$pkgname \
More information about the arch-commits
mailing list