pmaports/main/postmarketos-update-kernel/APKBUILD
Newbyte a57701d131
main/postmarketos-upgrade-kernel: fix custom boot partition being ignored (MR 3095)
This code wasn't actually working for me on samsung-m0, so I
investigated and came up with that this fixes it. I'm not sure if you
are supposed to be able to omit the deviceinfo_ prefix? Either way, it
doesn't seem to work, so let's fix it.

Fixes fad7c7ef8e
2022-04-29 08:36:26 +02:00

18 lines
472 B
Text

pkgname=postmarketos-update-kernel
pkgver=0.0.8
pkgrel=0
pkgdesc="kernel updater script for postmarketOS"
url="https://postmarketos.org"
depends="util-linux"
source="update-kernel.sh"
arch="noarch"
license="GPL3"
package() {
install -Dm755 "$srcdir/update-kernel.sh" \
"$pkgdir/sbin/pmos-update-kernel"
}
sha512sums="
97b8a84db059cc8e3df69d8d187e08067a1015a01f2528287a4036f7f2c5e5c95a5d9fc2c2533cc7484cc896c1e3a664c2273fa34208d89f2561e3dc3a3a911a update-kernel.sh
"