postmarketos-mkinitfs-hook-maximum-attention: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
5a5d290ebd
commit
d4d53f8b65
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgname=postmarketos-mkinitfs-hook-maximum-attention
|
pkgname=postmarketos-mkinitfs-hook-maximum-attention
|
||||||
pkgver=0.1.0
|
pkgver=0.1.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Script to activate all user-visible outputs from the initramfs (to confirm working kernel, for debugging only)"
|
pkgdesc="Script to activate all user-visible outputs from the initramfs (to confirm working kernel, for debugging only)"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
depends="postmarketos-mkinitfs"
|
depends="postmarketos-mkinitfs"
|
||||||
|
@ -9,8 +9,7 @@ arch="noarch"
|
||||||
license="GPL2"
|
license="GPL2"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "$pkgdir"/etc/postmarketos-mkinitfs/hooks/
|
|
||||||
install -Dm644 "$srcdir"/00-maximum-attention.sh \
|
install -Dm644 "$srcdir"/00-maximum-attention.sh \
|
||||||
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/
|
-t "$pkgdir"/usr/share/mkinitfs/hooks/
|
||||||
}
|
}
|
||||||
sha512sums="c29cc41649c284c0ec8201715cd9452f838801a22ea6c2a312ea87a58c61c1caa05a3b1ff33ce4a4d680a95e79fb10108308b72173f1fa97bac5cefde7ab30ee 00-maximum-attention.sh"
|
sha512sums="c29cc41649c284c0ec8201715cd9452f838801a22ea6c2a312ea87a58c61c1caa05a3b1ff33ce4a4d680a95e79fb10108308b72173f1fa97bac5cefde7ab30ee 00-maximum-attention.sh"
|
||||||
|
|
Loading…
Reference in a new issue