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

main/postmarketos-installkernel: install to /usr/bin (MR 5642)

parent f60eb86d
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=0
pkgrel=1
pkgdesc="postmarketOS script for installing mainline kernels"
url="https://gitlab.com/postmarketOS/pmaports/tree/main/postmarketos-installkernel"
arch="noarch"
......@@ -20,7 +20,7 @@ build() {
}
package() {
install -Dm755 "$srcdir"/installkernel-pmos "$pkgdir"/sbin/installkernel
install -Dm755 "$srcdir"/installkernel-pmos "$pkgdir"/usr/bin/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