main/pbsplash: support new mkintifs paths (MR 3895)

This commit is contained in:
Clayton Craft 2023-03-05 23:33:19 -08:00
parent 0dd2a38bd5
commit b74130a6ff
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -2,7 +2,7 @@
pkgname=pbsplash
pkgdesc="postmarketOS boot splash screen"
pkgver=0.3.0
pkgrel=0
pkgrel=1
url="https://git.sr.ht/~calebccff/pbsplash"
arch="all"
options="!check" # no testsuite
@ -19,7 +19,7 @@ package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
touch pbsplash
install -Dm644 pbsplash \
"$pkgdir"/usr/share/postmarketos-mkinitfs-triggers/pbsplash
"$pkgdir"/usr/share/mkinitfs-triggers/pbsplash
}