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:
parent
ec2aab38d5
commit
c1722fd01a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue