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

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

View file

@ -1,6 +1,6 @@
pkgname=postmarketos-mkinitfs-hook-maximum-attention
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)"
url="https://postmarketos.org"
depends="postmarketos-mkinitfs"
@ -9,8 +9,7 @@ arch="noarch"
license="GPL2"
package() {
mkdir -p "$pkgdir"/etc/postmarketos-mkinitfs/hooks/
install -Dm644 "$srcdir"/00-maximum-attention.sh \
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/
-t "$pkgdir"/usr/share/mkinitfs/hooks/
}
sha512sums="c29cc41649c284c0ec8201715cd9452f838801a22ea6c2a312ea87a58c61c1caa05a3b1ff33ce4a4d680a95e79fb10108308b72173f1fa97bac5cefde7ab30ee 00-maximum-attention.sh"