device-sony-taoshan: support new mkintifs paths (MR 3895)

This commit is contained in:
Clayton Craft 2023-02-18 15:09:27 -08:00
parent 40ce35bb4b
commit 84ba3891bb
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -2,7 +2,7 @@
pkgname=device-sony-taoshan
pkgdesc="Sony Xperia L"
pkgver=0.1
pkgrel=9
pkgrel=10
url="https://postmarketos.org"
license="MIT"
arch="armhf"
@ -27,8 +27,8 @@ package() {
devicepkg_package $startdir $pkgname
install -Dm544 "$srcdir"/fb.modes "$pkgdir"/etc/fb.modes
install -Dm755 "$srcdir"/sony-taoshan-screen-enlightener "$pkgdir"/usr/sbin/sony-taoshan-screen-enlightener
install -Dm644 "$srcdir"/40-boot-logo.files "$pkgdir"/etc/postmarketos-mkinitfs/files/40-boot-logo.files
install -Dm644 "$srcdir"/50-screen-enlightener.files "$pkgdir"/etc/postmarketos-mkinitfs/files/50-screen-enlightener.files
install -Dm644 "$srcdir"/40-boot-logo.files "$pkgdir"/usr/share/mkinitfs/files/40-boot-logo.files
install -Dm644 "$srcdir"/50-screen-enlightener.files "$pkgdir"/usr/share/mkinitfs/files/50-screen-enlightener.files
install -Dm644 "$srcdir"/logo.rle "$pkgdir"/
}