linux3.9: s/gz/gzip/g
This commit is contained in:
parent
17e4c32a2b
commit
71bcb4d091
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue