From e1b0c2ef6b5c831616974aad037e9c24d84b545a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 4 Sep 2024 15:13:16 +0200 Subject: [PATCH] community/pam-rundir: rebuild against pam under /usr/lib --- community/pam-rundir/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/pam-rundir/APKBUILD b/community/pam-rundir/APKBUILD index 7faa24858ed..eb805796227 100644 --- a/community/pam-rundir/APKBUILD +++ b/community/pam-rundir/APKBUILD @@ -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 }