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:
parent
da8d31d637
commit
5541f19df4
1 changed files with 2 additions and 2 deletions
|
@ -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="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue