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
83dbb2a32c
commit
5e1c3c9b27
1 changed files with 6 additions and 4 deletions
|
@ -351,10 +351,12 @@ package_systemd-ukify() {
|
|||
'sbsigntools: Sign the embedded kernel')
|
||||
|
||||
install -d -m0755 "$pkgdir"/usr/{lib/kernel,share/man}
|
||||
mv systemd-ukify/bin "$pkgdir"/usr/bin
|
||||
mv systemd-ukify/systemd "$pkgdir"/usr/lib/systemd
|
||||
mv systemd-ukify/man1 "$pkgdir"/usr/share/man/man1
|
||||
mv systemd-ukify/install.d "$pkgdir"/usr/lib/kernel/install.d
|
||||
if [[ $CARCH != "armv7h" ]]; then
|
||||
mv systemd-ukify/bin "$pkgdir"/usr/bin
|
||||
mv systemd-ukify/systemd "$pkgdir"/usr/lib/systemd
|
||||
mv systemd-ukify/man1 "$pkgdir"/usr/share/man/man1
|
||||
mv systemd-ukify/install.d "$pkgdir"/usr/lib/kernel/install.d
|
||||
fi
|
||||
}
|
||||
|
||||
# vim:ft=sh syn=sh et sw=2:
|
||||
|
|
Loading…
Reference in a new issue