main/pbsplash: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
0dd2a38bd5
commit
b74130a6ff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue