Skip to content
Snippets Groups Projects
Verified Commit d5af5404 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

main/postmarketos-installkernel: install to /sbin

This reverts 62214096, 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
parent 68d98228
No related branches found
No related tags found
No related merge requests found
......@@ -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="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment