testing/pam_mount: rebuild against pam under /usr/lib

This commit is contained in:
Pablo Correa Gómez 2024-09-04 17:27:50 +02:00 committed by Natanael Copa
parent c9c5cd7ca7
commit bf8b0832cb

View File

@ -1,7 +1,7 @@
# Maintainer: John Vogel <jvogel@stygian.me> # Maintainer: John Vogel <jvogel@stygian.me>
pkgname=pam_mount pkgname=pam_mount
pkgver=2.20 pkgver=2.20
pkgrel=2 pkgrel=3
pkgdesc="Pluggable Authentication Module that can mount volumes for a user session" pkgdesc="Pluggable Authentication Module that can mount volumes for a user session"
url="https://codeberg.org/jengelh/pam_mount" url="https://codeberg.org/jengelh/pam_mount"
arch="all" arch="all"
@ -33,6 +33,7 @@ build() {
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
--with-rundir=/run \ --with-rundir=/run \
--with-slibdir=/usr/lib \
--disable-dependency-tracking --disable-dependency-tracking
make make
} }