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

Christian Hesse eworm at archlinux.org
Fri Dec 8 10:57:33 UTC 2017


    Date: Friday, December 8, 2017 @ 10:57:32
  Author: eworm
Revision: 273309

compress with xz

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-08 10:54:51 UTC (rev 273308)
+++ PKGBUILD	2017-12-08 10:57:32 UTC (rev 273309)
@@ -34,7 +34,7 @@
   install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
 
   # compress each module individually
-  find "$pkgdir" -name '*.ko' -exec gzip -n {} +
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
 
   # systemd module loading
   printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
@@ -56,7 +56,7 @@
   install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
 
   # compress each module individually
-  find "$pkgdir" -name '*.ko' -exec gzip -n {} +
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
 
   # systemd module loading
   printf "vboxguest\nvboxsf\nvboxvideo\n" |



More information about the arch-commits mailing list