From a77def2444ca217bf662b4af1030ae18e296eafb Mon Sep 17 00:00:00 2001 From: David P Date: Thu, 14 Nov 2019 15:27:33 -0300 Subject: nonsystemd/opensysusers: install openrc init script I'll remove the opensysusers.initd from nonsystemd/openrc because it has nothing to do there, and also opentmpfiles btw, as both opensysusers and opentmpfiles are supposed to replace systemd's sysusers and tmpfiles, I decided to leave the symlinks inside the packages instead of splitting them Signed-off-by: David P --- nonsystemd/opensysusers/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nonsystemd/opensysusers/PKGBUILD') diff --git a/nonsystemd/opensysusers/PKGBUILD b/nonsystemd/opensysusers/PKGBUILD index 384cb873e..b1cefab23 100644 --- a/nonsystemd/opensysusers/PKGBUILD +++ b/nonsystemd/opensysusers/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=opensysusers pkgname=(opensysusers opensysusers-docs) pkgver=0.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="A standalone utility for handling systemd-style sysusers.d users and groups" arch=('any') url="https://gitea.artixlinux.org/artix/opensysusers" @@ -27,7 +27,7 @@ prepare(){ build(){ cd "${pkgbase}" - make PREFIX=/usr HAVEOPENRC=no + make PREFIX=/usr HAVEOPENRC=yes } package_opensysusers() { @@ -35,7 +35,7 @@ package_opensysusers() { replaces=('opensysusers-systemdcompat') cd "${pkgbase}" - make PREFIX=/usr DESTDIR="${pkgdir}" install-shared install-default-bin + make PREFIX=/usr DESTDIR="${pkgdir}" install-shared install-default-bin install-openrc # pacman hooks install -Dm755 ${srcdir}/sysusers-hook "$pkgdir"/usr/share/libalpm/scripts/sysusers-hook -- cgit v1.2.3