diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index f551c37d0..c3ad018cd 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -5,7 +5,7 @@ pkgname=systemd pkgver=256 _pkgver="musl-v${pkgver//_/-}" -pkgrel=1 +pkgrel=2 pkgdesc="System and service manager" url="https://github.com/systemd/systemd" arch="all !ppc64le !armhf !s390x" # blocked by pmboostrap not supporting diff --git a/extra-repos/systemd/systemd/systemd.pre-install b/extra-repos/systemd/systemd/systemd.pre-install index 2a966b38b..26242579d 100644 --- a/extra-repos/systemd/systemd/systemd.pre-install +++ b/extra-repos/systemd/systemd/systemd.pre-install @@ -7,6 +7,6 @@ adduser -S -H -D -h / -s /usr/sbin/nologin -g 'systemd Core Dumper' systemd-core addgroup -S systemd-network 2>/dev/null addgroup -S systemd-journal 2>/dev/null addgroup -S render 2>/dev/null -addgroup -S sgx 2 >/dev/null +addgroup -S sgx 2>/dev/null exit 0