From 6adeb21c9dd229fa31ce2210237806e81f1dbadc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net>
Date: Fri, 21 Sep 2018 05:35:11 +0200
Subject: [PATCH] Add INSTALL_MOD_STRIP=1

---
 PKGBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index 1e6be8a..e55dfa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -87,7 +87,8 @@ package() {
 
   msg2 'Install modules'
   # disable DEPMOD because it fail due to poor hack in scripts/depmod.sh
-  make -s INSTALL_MOD_PATH="$pkgdir/usr" DEPMOD=/bin/true modules_install
+  # INSTALL_MOD_STRIP will cause modules to be fully stripped
+  make -s INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 DEPMOD=/bin/true modules_install
 
   msg2 'Install sources'
   install_sources
-- 
GitLab