From 71bcb4d09134fe3c3cc57b552abc6ae1442250e2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 May 2013 22:47:08 +0200 Subject: [PATCH] linux3.9: s/gz/gzip/g --- srcpkgs/linux3.9/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux3.9/template b/srcpkgs/linux3.9/template index 2ccd6071a4..f530ec47c7 100644 --- a/srcpkgs/linux3.9/template +++ b/srcpkgs/linux3.9/template @@ -179,9 +179,9 @@ do_install() { rm -rf ${hdrdest}/arch/${arch} done - # Compress all modules with gz to save a few MBs. - msg_normal "$pkgver: compressing kernel modules with gz, please wait...\n" - find ${DESTDIR} -name '*.ko' -exec gz -9 {} \; + # Compress all modules with gzip to save a few MBs. + msg_normal "$pkgver: compressing kernel modules with gzip, please wait...\n" + find ${DESTDIR} -name '*.ko' -exec gzip -9 {} \; # ... and run depmod again. depmod -b ${DESTDIR}/usr -F System.map ${_kernver}