mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/pam-rundir: rebuild against pam under /usr/lib
This commit is contained in:
parent
9a08685a5d
commit
e1b0c2ef6b
@ -3,7 +3,7 @@
|
||||
pkgname=pam-rundir
|
||||
_projname=pam_rundir
|
||||
pkgver=1.0.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Provides user runtime directory (XDG_RUNTIME_DIR) on Linux systems"
|
||||
url="https://jjacky.com/pam_rundir/"
|
||||
arch="all"
|
||||
@ -21,7 +21,7 @@ builddir="$srcdir/$_projname-$pkgver"
|
||||
options="!check" # no tests provided
|
||||
|
||||
build() {
|
||||
./configure --prefix=/
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user