community/pam-rundir: rebuild against pam under /usr/lib

This commit is contained in:
Pablo Correa Gómez 2024-09-04 15:13:16 +02:00 committed by Natanael Copa
parent 9a08685a5d
commit e1b0c2ef6b

View File

@ -3,7 +3,7 @@
pkgname=pam-rundir pkgname=pam-rundir
_projname=pam_rundir _projname=pam_rundir
pkgver=1.0.0 pkgver=1.0.0
pkgrel=2 pkgrel=3
pkgdesc="Provides user runtime directory (XDG_RUNTIME_DIR) on Linux systems" pkgdesc="Provides user runtime directory (XDG_RUNTIME_DIR) on Linux systems"
url="https://jjacky.com/pam_rundir/" url="https://jjacky.com/pam_rundir/"
arch="all" arch="all"
@ -21,7 +21,7 @@ builddir="$srcdir/$_projname-$pkgver"
options="!check" # no tests provided options="!check" # no tests provided
build() { build() {
./configure --prefix=/ ./configure --prefix=/usr
make make
} }