diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index b49e2a55d..5e027b67b 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -15,7 +15,7 @@ _commit='27c7bc970d9e7ffe060688a8dd77b7747503a564' # Bump this to latest major release for signed tag verification, # the commit count is handled by pkgver() function. pkgver=233.75 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url="https://www.github.com/systemd/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -204,7 +204,7 @@ package_systemd() { # don't write units to /etc by default. some of these will be re-enabled on # post_install. rm -r "$pkgdir/etc/systemd/system/"*.wants - rm -rf "$pkgdir/etc/systemd/"*.service + rm -r "$pkgdir/etc/systemd/system/"*.service # add back tmpfiles.d/legacy.conf install -m644 "$pkgbase-stable/tmpfiles.d/legacy.conf" "$pkgdir/usr/lib/tmpfiles.d" diff --git a/core/systemd/systemd.install b/core/systemd/systemd.install index 37a49d4d7..fedc747ea 100644 --- a/core/systemd/systemd.install +++ b/core/systemd/systemd.install @@ -49,7 +49,7 @@ _233_75_3_changes() { # upstream installs services to /etc, which we remove # to keep bus activation we re-enable systemd-resolved if systemctl is-enabled -q systemd-resolved.service; then - systemctl reenable -q systemd-resolved.service + systemctl reenable systemd-resolved.service 2>/dev/null fi }