From 777ff25a35a9e231c3baa80ffec8df53b6fe8fd4 Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Fri, 15 Aug 2025 13:07:04 -0400 Subject: [PATCH] purism-librem5: move tinydm config to `/usr/share/tinydm/` Signed-off-by: Aster Boese Part-of: --- device/community/device-purism-librem5/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/community/device-purism-librem5/APKBUILD b/device/community/device-purism-librem5/APKBUILD index 46a4fccdd..01fc0bdfc 100644 --- a/device/community/device-purism-librem5/APKBUILD +++ b/device/community/device-purism-librem5/APKBUILD @@ -4,7 +4,7 @@ # Contributor: Clayton Craft pkgname=device-purism-librem5 pkgver=9 -pkgrel=1 +pkgrel=2 _confver=69 _purismrel=2 # . @@ -102,7 +102,7 @@ tinydm() { pkgdesc="Tinydm config for the Librem 5" install_if="$pkgname tinydm" install -Dm755 "$srcdir"/70-librem5-xwayland-accel.sh \ - "$subpkgdir"/etc/tinydm.d/env-wayland.d/70-librem5-xwayland-accel.sh + "$subpkgdir"/usr/share/tinydm/env-wayland.d/70-librem5-xwayland-accel.sh } openrc() {