main/boot-deploy: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
4818869d28
commit
bbf17eb84d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=boot-deploy
|
||||
pkgver=0.7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="tool for finalizing and deploying boot related files"
|
||||
url="https://gitlab.com/postmarketos/boot-deploy"
|
||||
arch="noarch"
|
||||
|
@ -20,7 +20,7 @@ package() {
|
|||
|
||||
touch boot-deploy-trigger
|
||||
install -Dm644 boot-deploy-trigger \
|
||||
"$pkgdir"/usr/share/postmarketos-mkinitfs-triggers/boot-deploy
|
||||
"$pkgdir"/usr/share/mkinitfs-triggers/boot-deploy
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
Loading…
Reference in a new issue