postmarketos-mkinitfs-hook-verbose-initfs: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
55fe24f69d
commit
3b3a63c0d7
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgname=postmarketos-mkinitfs-hook-verbose-initfs
|
pkgname=postmarketos-mkinitfs-hook-verbose-initfs
|
||||||
pkgver=0.1.0
|
pkgver=0.1.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Print all shell commands executed by initramfs to the console"
|
pkgdesc="Print all shell commands executed by initramfs to the console"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
depends="postmarketos-mkinitfs"
|
depends="postmarketos-mkinitfs"
|
||||||
|
@ -9,9 +9,8 @@ arch="noarch"
|
||||||
license="GPL2"
|
license="GPL2"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "$pkgdir"/etc/postmarketos-mkinitfs/hooks/
|
|
||||||
install -Dm644 "$srcdir"/10-verbose-initfs.sh \
|
install -Dm644 "$srcdir"/10-verbose-initfs.sh \
|
||||||
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/
|
-t "$pkgdir"/usr/share/mkinitfs/hooks/
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="97d92de64dc870e293a47bb2959877b63f20692030277083e56e499022fc643c1f199a65bd11f8dce9634ac3b80a43dd6934e29de4cf0b53fb2e663f46675a0f 10-verbose-initfs.sh"
|
sha512sums="97d92de64dc870e293a47bb2959877b63f20692030277083e56e499022fc643c1f199a65bd11f8dce9634ac3b80a43dd6934e29de4cf0b53fb2e663f46675a0f 10-verbose-initfs.sh"
|
||||||
|
|
Loading…
Reference in a new issue