linux3.9: s/gz/gzip/g

This commit is contained in:
Juan RP 2013-05-24 22:47:08 +02:00
parent 17e4c32a2b
commit 71bcb4d091

View file

@ -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}