mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/systemd: fix
This commit is contained in:
parent
2191fd7a96
commit
779172d538
1 changed files with 1 additions and 1 deletions
|
@ -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 -r "$pkgdir/etc/systemd/"*.service
|
||||
rm -rf "$pkgdir/etc/systemd/"*.service
|
||||
|
||||
# add back tmpfiles.d/legacy.conf
|
||||
install -m644 "$pkgbase-stable/tmpfiles.d/legacy.conf" "$pkgdir/usr/lib/tmpfiles.d"
|
||||
|
|
Loading…
Reference in a new issue