diff --git a/main/postmarketos-bootsplash/APKBUILD b/main/postmarketos-bootsplash/APKBUILD index 4eb2d8fc7..494f6e4ff 100644 --- a/main/postmarketos-bootsplash/APKBUILD +++ b/main/postmarketos-bootsplash/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Caleb Connolly 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() {