postmarketos-bootsplash: support new mkintifs paths (MR 3895)

This commit is contained in:
Clayton Craft 2023-02-18 15:15:35 -08:00
parent c371a97c62
commit 68775d878f
No known key found for this signature in database
GPG Key ID: 7A342565FF635F79

View File

@ -1,7 +1,7 @@
# Maintainer: Caleb Connolly <caleb@connolly.tech>
pkgname=postmarketos-bootsplash
pkgver=0.2
pkgrel=0
pkgrel=1
pkgdesc="pmOS integration components for pbsplash"
url="https://postmarketos.org"
arch="all"
@ -25,7 +25,7 @@ package() {
install -Dm644 "$srcdir"/pmos-logo-text.svg -t "$pkgdir"/usr/share/pbsplash/
install -Dm644 "$srcdir"/pmos-logo-text-epaper.svg -t "$pkgdir"/usr/share/pbsplash/
install -Dm644 "$srcdir"/postmarketos-bootsplash.files \
"$pkgdir"/etc/postmarketos-mkinitfs/files/30-postmarketos-bootsplash.files
"$pkgdir"/usr/share/mkinitfs/files/30-postmarketos-bootsplash.files
}
openrc() {