main/postmarketos-mkinitfs-hook: fix using wrong variable in loop

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8441>
This commit is contained in:
Aster Boese 2026-04-28 00:11:48 +02:00 committed by The Friendly Meow (merge) Bot
parent ec2aab38d5
commit c1722fd01a
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
maintainer="Aster Boese <asterboese@mailbox.org>"
pkgname=postmarketos-mkinitfs-hook
pkgver=1
pkgver=2
pkgrel=0
pkgdesc="Meta package for mkinitfs hooks"
url="https://postmarketos.org"
@ -41,7 +41,7 @@ package() {
"$pkgdir"/usr/share/mkinitfs/hooks/"$hook"
done
for file in $_files; do
install -Dm644 "$srcdir"/"$hook" \
install -Dm644 "$srcdir"/"$file" \
"$pkgdir"/usr/share/mkinitfs/files/"$file"
done
install -Dm644 "$srcdir"/30-netboot.modules \