rpi-kernel: fix xarg(1) args for previous.
This commit is contained in:
parent
9594cdd7b5
commit
91cfd6e81a
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue