mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/systemd: v7 fix
This commit is contained in:
parent
5bc62e0293
commit
7a0b246e0f
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue