aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/linux-pam/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/linux-pam/APKBUILD b/testing/linux-pam/APKBUILD
index 3ab15a20fd..dbfb97f19f 100644
--- a/testing/linux-pam/APKBUILD
+++ b/testing/linux-pam/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=linux-pam
pkgver=1.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="pluggable authentication modules for linux"
url="http://www.kernel.org/pub/linux/libs/pam"
arch="all"
@@ -64,7 +64,7 @@ package() {
done
# delete pointless libtool archives.
- rm -rf "$pkgdir"/lib/security/*.la
+ find "$pkgdir" -name *.la -print | xargs rm
}
md5sums="6db7fcb5db6253350e3a4648ceac40e7 Linux-PAM-1.1.3.tar.bz2