diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-09-10 13:59:03 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-09-10 13:59:03 +0200 |
commit | b4a13e7314bfe25e63b2f1ae5014d5429c17b539 (patch) | |
tree | c5c5095d2c99a726593900481f94634fb1c787f3 /testing/dovecot-pigeonhole-plugin | |
parent | ca35fd9d1d95c354a4283d968f53a6017b721a46 (diff) | |
download | aports-b4a13e7314bfe25e63b2f1ae5014d5429c17b539.tar.bz2 aports-b4a13e7314bfe25e63b2f1ae5014d5429c17b539.tar.xz |
Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
Diffstat (limited to 'testing/dovecot-pigeonhole-plugin')
-rw-r--r-- | testing/dovecot-pigeonhole-plugin/APKBUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/dovecot-pigeonhole-plugin/APKBUILD b/testing/dovecot-pigeonhole-plugin/APKBUILD index 198f547787..841eae490a 100644 --- a/testing/dovecot-pigeonhole-plugin/APKBUILD +++ b/testing/dovecot-pigeonhole-plugin/APKBUILD @@ -30,12 +30,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/dovecot/*.la - rm -f "$pkgdir"/usr/lib/dovecot/doveadm/*.la - rm -f "$pkgdir"/usr/lib/dovecot/settings/*.la - rm -f "$pkgdir"/usr/lib/dovecot/sieve/*.la } -md5sums="9c41cfda06129ac85700b5ddce809d95 dovecot-2.2-pigeonhole-0.4.6.tar.gz" sha256sums="91034669f9ce07661bbadcfb00fe50b6929bf7f616d9aa79d3f5a351d1a47d3d dovecot-2.2-pigeonhole-0.4.6.tar.gz" sha512sums="50b0df4438f6fc751a7dd058919628a2f3bc631c119e86356495d7de94d24b9f9cc8c11fa5e3646bc2429170bf3c9473d42542ee8b15b7c94a1502bb76042b9e dovecot-2.2-pigeonhole-0.4.6.tar.gz" |