core/systemd: v7 fix

This commit is contained in:
Kevin Mihelich 2023-03-09 19:29:18 +00:00
parent 5bc62e0293
commit 7a0b246e0f

View file

@ -6,6 +6,7 @@
# - add 242-1 changes in systemd.install to fix systemd-timesyncd
# - change SBAT information for ALARM
# - !distcc - systemd is finding distcc's clang symlink without clang
# - don't move ukify files for v7, ukify build requires gnu-efi
pkgbase=systemd
pkgname=('systemd'
@ -230,8 +231,10 @@ package_systemd() {
# ukify shipped in separate package
install -d -m0755 systemd-ukify/{systemd,man1}
mv "$pkgdir"/usr/lib/systemd/ukify systemd-ukify/systemd/
mv "$pkgdir"/usr/share/man/man1/ukify.1 systemd-ukify/man1/
if [[ $CARCH != "armv7h" ]]; then
mv "$pkgdir"/usr/lib/systemd/ukify systemd-ukify/systemd/
mv "$pkgdir"/usr/share/man/man1/ukify.1 systemd-ukify/man1/
fi
# manpages shipped with systemd-sysvcompat
rm "$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,shutdown}.8