mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +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
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user