From 3b237d5848d6d119b315b1bd372ef96732fbaf31 Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Sat, 27 Jan 2024 15:55:04 +0800 Subject: [PATCH] systemd: pam path compatibility --- systemd/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd/APKBUILD b/systemd/APKBUILD index 138ea75..d20cc32 100644 --- a/systemd/APKBUILD +++ b/systemd/APKBUILD @@ -101,6 +101,7 @@ build() { -Dsysvrcnd-path='' \ -Ddebug-shell=/bin/sh \ -Ddefault-user-shell=/bin/sh \ + -Dpamlibdir=/lib/security \ -Dstoragetm=false \ . output meson compile ${JOBS:+-j ${JOBS}} -C output @@ -114,6 +115,7 @@ check() { package() { env DESTDIR="$pkgdir" meson install --no-rebuild -C output ln -s libsystemd.pc "$pkgdir"/usr/lib/pkgconfig/libelogind.pc + install -dm644 "$pkgdir/sbin" ln -s ../usr/lib/systemd/systemd "$pkgdir"/sbin/init } -- 2.43.0