From 9a2dce51257b62e355cc1ef8cf33a488e3fbd22e Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Sat, 16 Aug 2025 15:51:06 -0400 Subject: [PATCH] samsung-degaswifi: /etc/modprobe.d -> /usr/lib/modprobe.d Signed-off-by: Aster Boese Part-of: --- device/downstream/device-samsung-degaswifi/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device/downstream/device-samsung-degaswifi/APKBUILD b/device/downstream/device-samsung-degaswifi/APKBUILD index 1ebe58c28..b506ee5ef 100644 --- a/device/downstream/device-samsung-degaswifi/APKBUILD +++ b/device/downstream/device-samsung-degaswifi/APKBUILD @@ -2,7 +2,7 @@ pkgname=device-samsung-degaswifi pkgdesc="Samsung Galaxy Tab 4 7.0 WiFi" pkgver=2 -pkgrel=0 +pkgrel=1 url="https://postmarketos.org" license="MIT" arch="armv7" @@ -42,9 +42,9 @@ package() { install -Dm644 "$srcdir"/ucm.conf \ -t "$pkgdir"/usr/share/alsa/ucm2 install -Dm644 "$srcdir"/sd8887.conf \ - -t "$pkgdir"/etc/modprobe.d + -t "$pkgdir"/usr/lib/modprobe.d install -Dm644 "$srcdir"/galcore.conf \ - -t "$pkgdir"/etc/modprobe.d + -t "$pkgdir"/usr/lib/modprobe.d } nonfree_firmware() {