~xdavidwu/systemd-apkbuilds

3b237d5848d6d119b315b1bd372ef96732fbaf31 — Pinghao Wu 3 months ago 3cdc79c
systemd: pam path compatibility
1 files changed, 2 insertions(+), 0 deletions(-)

M systemd/APKBUILD
M systemd/APKBUILD => systemd/APKBUILD +2 -0
@@ 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
}