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

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


    Date: Sunday, June 7, 2020 @ 13:44:02
  Author: heftig
Revision: 640051

strip post-install, use xz

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 13:42:04 UTC (rev 640050)
+++ PKGBUILD	2020-06-07 13:44:02 UTC (rev 640051)
@@ -34,8 +34,8 @@
   # Install modules-load.conf
   install -Dm644 netfilter-fullconenat.conf "${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
 
-  strip --strip-debug $pkgname/*.ko
   install -Dt "${pkgdir}/usr/lib/modules/$(</usr/src/linux/version)/kernel/net/netfilter" -m644 \
     $pkgname/*.ko
-  find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+  find "${pkgdir}" -name '*.ko' -exec strip --strip-debug {} +
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
 }



More information about the arch-commits mailing list