rpi-kernel: fix xarg(1) args for previous.

This commit is contained in:
Juan RP 2015-03-31 08:08:01 +02:00
parent 9594cdd7b5
commit 91cfd6e81a

View File

@ -162,7 +162,7 @@ do_install() {
# Compress all modules with xz to save a few MBs.
msg_normal "$pkgver: compressing kernel modules with gzip, please wait...\n"
find ${DESTDIR} -name '*.ko' | xargs -n -P gzip -9
find ${DESTDIR} -name '*.ko' | xargs -n1 -P0 gzip -9
# ... and run depmod again.
depmod -b ${DESTDIR}/usr -F System.map ${_kernver}