mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/systemd to 233.75-3
This commit is contained in:
parent
50306f7b3c
commit
83a14df490
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue