device-sony-taoshan: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
40ce35bb4b
commit
84ba3891bb
1 changed files with 3 additions and 3 deletions
|
@ -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"/
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue