diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2016-04-02 10:35:01 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2016-04-02 10:35:01 +0300 |
commit | aa937e26f8ce2cdfc83df3939c4fdaaf0c6e13bb (patch) | |
tree | 90ea46775aaaaa22a84fb890dc23278ac94dfa94 /community | |
parent | 08d06b5d949ce4306b7a7448c8bbd2bd8fc683c6 (diff) | |
download | aports-aa937e26f8ce2cdfc83df3939c4fdaaf0c6e13bb.tar.bz2 aports-aa937e26f8ce2cdfc83df3939c4fdaaf0c6e13bb.tar.xz |
community/dovecot-pigeonhole-plygin: rebuild for new dovecot version
Diffstat (limited to 'community')
-rw-r--r-- | community/dovecot-pigeonhole-plugin/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/dovecot-pigeonhole-plugin/APKBUILD b/community/dovecot-pigeonhole-plugin/APKBUILD index 37e63758d4..8dddfd1319 100644 --- a/community/dovecot-pigeonhole-plugin/APKBUILD +++ b/community/dovecot-pigeonhole-plugin/APKBUILD @@ -5,7 +5,7 @@ pkgname=dovecot-pigeonhole-plugin _realname=dovecot-2.2-pigeonhole pkgver=0.4.12 -pkgrel=0 +pkgrel=1 pkgdesc="Pigeonhole project provides Sieve support as a plugin to Dovecot's LDA" url="http://pigeonhole.dovecot.org" arch="all" @@ -17,10 +17,10 @@ install="" subpackages="$pkgname-doc $pkgname-dev $pkgname-tools" source="http://pigeonhole.dovecot.org/releases/2.2/$_realname-$pkgver.tar.gz" -_builddir="$srcdir"/$_realname-$pkgver +builddir="$srcdir"/$_realname-$pkgver build() { - cd "$_builddir" + cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -36,7 +36,7 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 mkdir -p "$pkgdir"/etc mv "$pkgdir"/usr/share/doc/dovecot/example-config "$pkgdir"/etc/dovecot |