postmarketos-mkinitfs-hook-netboot: support new mkintifs paths (MR 3895)

This commit is contained in:
Clayton Craft 2023-02-18 15:25:18 -08:00
parent d4d53f8b65
commit 55fe24f69d
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -1,7 +1,7 @@
# Maintainer: Mark <clashclanacc2602@gmail.com>
pkgname=postmarketos-mkinitfs-hook-netboot
pkgver=3
pkgrel=0
pkgrel=1
pkgdesc="Netboot postmarketOS using nbd feature"
url="https://postmarketos.org"
depends="postmarketos-mkinitfs"
@ -15,9 +15,9 @@ options="!check" # No tests
package() {
install -Dm644 "$srcdir"/netboot.sh \
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/netboot.sh
"$pkgdir"/usr/share/mkinitfs/hooks/netboot.sh
install -Dm644 "$srcdir"/netboot.modules \
"$pkgdir"/etc/postmarketos-mkinitfs/modules/30-netboot.modules
"$pkgdir"/usr/share/mkinitfs/modules/30-netboot.modules
}
sha512sums="