diff --git a/device/testing/device-pine64-pinenote/APKBUILD b/device/testing/device-pine64-pinenote/APKBUILD index 3417b8dfb..027f64dad 100644 --- a/device/testing/device-pine64-pinenote/APKBUILD +++ b/device/testing/device-pine64-pinenote/APKBUILD @@ -2,7 +2,7 @@ pkgname=device-pine64-pinenote pkgdesc="Pine64 PineNote" pkgver=6 -pkgrel=0 +pkgrel=1 _commit="28d2c05ab4e80a7972611cd3188f3e8be4197f6a" url="https://postmarketos.org" license="GPL-3.0-only" @@ -71,10 +71,13 @@ package() { -t "$pkgdir"/etc/libinput # modprobe rules + # Hack to get around grep CI error since we don't want to exclude the whole file + cd "$builddir"/etc install -Dm644 \ - "$builddir"/etc/modprobe.d/rockchip_ebc.conf \ - "$builddir"/etc/modprobe.d/wifi.conf \ + modprobe.d/rockchip_ebc.conf \ + modprobe.d/wifi.conf \ -t "$pkgdir"/usr/lib/modprobe.d + cd "$builddir" # udev rules install -Dm644 \