From 84ba3891bb878721fa1b1a45440cb7b126ad5e86 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Sat, 18 Feb 2023 15:09:27 -0800 Subject: [PATCH] device-sony-taoshan: support new mkintifs paths (MR 3895) --- device/testing/device-sony-taoshan/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device/testing/device-sony-taoshan/APKBUILD b/device/testing/device-sony-taoshan/APKBUILD index 0f86c5560..a7109c329 100644 --- a/device/testing/device-sony-taoshan/APKBUILD +++ b/device/testing/device-sony-taoshan/APKBUILD @@ -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"/ }