From 6dbd933393a623a3fd73fe4f5276b1d0d712ceb6 Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Wed, 10 Dec 2025 14:01:51 -0500 Subject: [PATCH] t2m-flame: install udev configs under `/usr/lib/` and split into $pkgname-udev subpackage Signed-off-by: Aster Boese [ci:ignore-count] Part-of: --- device/downstream/device-t2m-flame/APKBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/device/downstream/device-t2m-flame/APKBUILD b/device/downstream/device-t2m-flame/APKBUILD index 4783487e0..993682108 100644 --- a/device/downstream/device-t2m-flame/APKBUILD +++ b/device/downstream/device-t2m-flame/APKBUILD @@ -1,7 +1,7 @@ # Reference: pkgname=device-t2m-flame pkgver=2 -pkgrel=0 +pkgrel=1 pkgdesc="Mozilla Flame" url="https://postmarketos.org" arch="armhf" @@ -10,7 +10,10 @@ depends="postmarketos-base linux-t2m-flame mkbootimg" makedepends="devicepkg-dev" install="$pkgname.post-install" source="deviceinfo 90-android-touch-dev.rules" -subpackages="$pkgname-nonfree-firmware:nonfree_firmware" +subpackages=" + $pkgname-nonfree-firmware:nonfree_firmware + $pkgname-udev +" options="!check !archcheck" build() { @@ -20,7 +23,7 @@ build() { package() { devicepkg_package $startdir $pkgname install -Dm644 "$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() {