From 18998db9e19960d83fcee16c74ddf83b8ecd8319 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 18 Aug 2024 07:43:27 -0500 Subject: system/linux-pam: Fix .pc --- system/linux-pam/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'system') 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 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 -- cgit v1.2.3-70-g09d2