main/postmarketos-installkernel: install to usr/sbin

The kernel searches for installkernel in /sbin/. Since postmarketOS
is usr-merged, that would be /usr/sbin/. The installkernel binary
was moved to /usr/bin/ instead, which is the wrong path due to
postmarketOS not being bin-merged.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9012>
This commit is contained in:
Aster Boese 2026-07-13 16:23:37 +02:00 committed by The Friendly Meow (merge) Bot
parent 4a9ea1cae7
commit 06f3537a7f
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
maintainer="Aelin <aelin@postmarketos.org>"
pkgname=postmarketos-installkernel
pkgver=1
pkgver=2
pkgrel=0
pkgdesc="postmarketOS script for installing mainline kernels"
url="https://gitlab.postmarketos.org/postmarketOS/pmaports/-/tree/main/main/postmarketos-installkernel"
@ -15,7 +15,7 @@ provides="installkernel=9999$pkgver-r$pkgver"
package() {
install -Dm755 "$srcdir"/installkernel-pmos \
"$pkgdir"/usr/bin/installkernel
"$pkgdir"/usr/sbin/installkernel
}
sha512sums="