From b476d9bef87f2a9c3a22823e3194f198c10cf25f Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Wed, 10 Dec 2025 13:49:36 -0500 Subject: [PATCH] sony-ivy: install udev configs under `/usr/lib/` and split into $pkgname-udev subpackage Signed-off-by: Aster Boese Part-of: --- device/downstream/device-sony-ivy/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/device/downstream/device-sony-ivy/APKBUILD b/device/downstream/device-sony-ivy/APKBUILD index 9c3f68fb1..8928d2089 100644 --- a/device/downstream/device-sony-ivy/APKBUILD +++ b/device/downstream/device-sony-ivy/APKBUILD @@ -2,7 +2,7 @@ pkgname=device-sony-ivy pkgdesc="Sony Xperia Z3+" pkgver=2 -pkgrel=0 +pkgrel=1 url="https://postmarketos.org" license="MIT" arch="aarch64" @@ -15,6 +15,7 @@ source=" " subpackages=" $pkgname-nonfree-firmware:nonfree_firmware + $pkgname-udev " build() { @@ -24,7 +25,7 @@ build() { package() { devicepkg_package $startdir $pkgname install -D -m644 "$srcdir"/90-android-touch-dev.rules \ - "$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules + "$pkgdir"/usr/lib/udev/rules.d/90-android-touch-dev.rules } nonfree_firmware() { pkgdesc="Wifi firmware"