1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-12 16:19:48 +03:00

main/postmarketos-installkernel: install to /sbin (MR 5728)

This reverts 622140965c, which basically broke installkenrel because
the kernel build system is hardcoded to look for installkernel in /
sbin/installkernel.

We'll have to move then once usr merge is complete and the symlink is
created for /sbin
[ci:skip-build]: already built successfully in CI
This commit is contained in:
Clayton Craft 2024-10-21 23:18:54 -07:00
parent da8d31d637
commit 5541f19df4
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -4,7 +4,7 @@
# https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/main/installkernel
pkgname=postmarketos-installkernel
pkgver=0.1
pkgrel=2
pkgrel=3
pkgdesc="postmarketOS script for installing mainline kernels"
url="https://gitlab.postmarketos.org/postmarketOS/pmaports/tree/main/postmarketos-installkernel"
arch="noarch"
@ -20,7 +20,7 @@ build() {
}
package() {
install -Dm755 "$srcdir"/installkernel-pmos "$pkgdir"/usr/bin/installkernel
install -Dm755 "$srcdir"/installkernel-pmos "$pkgdir"/sbin/installkernel
}
sha512sums="