summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreNV252022-05-16 16:57:53 +0400
committereNV252022-05-16 16:57:53 +0400
commit513a463a62e9bec40e7638806d40f6074e5638e0 (patch)
treec328614eb039187610874b061c0090998d2228d6
parente9485ea4dd2872406c8c6ce8c56ca7174e1bac61 (diff)
downloadaur-513a463a62e9bec40e7638806d40f6074e5638e0.tar.gz
upgpkg: anbox-modules-dkms-git r38.8148a16-1
remove hack for older kernels
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 455fb676a50e..29420ab22240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ prepare() {
sed -i "s/^PACKAGE_VERSION=\".*\"$/PACKAGE_VERSION=\"$pkgver\"/g" ./**/dkms.conf
# this should work with all Arch Linux kernels (including linux-lts)
# https://github.com/choff/anbox-modules/pull/1#issuecomment-974865917
- sed -i 's/^#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,2))$/#if 1/g' binder/binder.c
+ #sed -i 's/^#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,2))$/#if 1/g' binder/binder.c
}
package() {