[arch-commits] Commit in ndiswrapper-arch/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jun 7 13:44:33 UTC 2020


    Date: Sunday, June 7, 2020 @ 13:44:32
  Author: heftig
Revision: 640052

strip post-install

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 13:44:02 UTC (rev 640051)
+++ PKGBUILD	2020-06-07 13:44:32 UTC (rev 640052)
@@ -39,7 +39,7 @@
 
   _extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
   cd ndiswrapper-$pkgver
-  strip --strip-debug driver/*.ko
   install -Dt "$pkgdir$_extradir" -m644 driver/*.ko
+  find "$pkgdir" -name '*.ko' -exec strip --strip-debug {} +
   find "$pkgdir" -name '*.ko' -exec xz {} +
 }



More information about the arch-commits mailing list