core/systemd: fix

This commit is contained in:
Kevin Mihelich 2023-12-14 19:52:29 +00:00
parent 83dbb2a32c
commit 5e1c3c9b27

View file

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