summaryrefslogtreecommitdiff
path: root/system/linux-pam/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/linux-pam/APKBUILD')
-rw-r--r--system/linux-pam/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/linux-pam/APKBUILD b/system/linux-pam/APKBUILD
index 90d804139..c02990aa3 100644
--- a/system/linux-pam/APKBUILD
+++ b/system/linux-pam/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=linux-pam
pkgver=1.5.2
-pkgrel=0
+pkgrel=1
pkgdesc="Pluggable Authentication Modules"
url="https://www.kernel.org/pub/linux/libs/pam"
arch="all"
@@ -57,6 +57,8 @@ check() {
package() {
make DESTDIR="$pkgdir" install
+ mkdir -p "$pkgdir"/usr/lib
+ mv "$pkgdir"/lib/pkgconfig "$pkgdir"/usr/lib/
# do not install pam.d files bundled with the source, they could be broken
rm -rf "$pkgdir"/etc/pam.d