core/systemd: fix

This commit is contained in:
Kevin Mihelich 2017-07-06 13:26:06 +00:00
parent 2191fd7a96
commit 779172d538

View file

@ -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"