diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-22 16:55:19 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-22 18:29:42 +0200 |
commit | 596634f4580a1f40e283b3383f4a9ef149119a4d (patch) | |
tree | 4f03c951d692267069b51de287138f99c1c07c6c | |
parent | 28681738c0ebf1554f62aeeb7ff1d60b53a5c1c7 (diff) | |
download | aports-596634f4580a1f40e283b3383f4a9ef149119a4d.tar.bz2 aports-596634f4580a1f40e283b3383f4a9ef149119a4d.tar.xz |
main/dovecot: remove *.la files
-rw-r--r-- | main/dovecot/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD index a09a0d476b..57232f6672 100644 --- a/main/dovecot/APKBUILD +++ b/main/dovecot/APKBUILD @@ -146,6 +146,9 @@ package() { # Moving config in the correct place mv "$pkgdir"/usr/share/doc/dovecot/example-config/conf.d/* \ "$pkgdir"/etc/dovecot/conf.d + + # Remove libtool archives. + find "$pkgdir" -name '*.la' | xargs rm -f } dev() { |