mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
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.
|
# Compress all modules with xz to save a few MBs.
|
||||||
msg_normal "$pkgver: compressing kernel modules with gzip, please wait...\n"
|
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.
|
# ... and run depmod again.
|
||||||
depmod -b ${DESTDIR}/usr -F System.map ${_kernver}
|
depmod -b ${DESTDIR}/usr -F System.map ${_kernver}
|
||||||
|
|
Loading…
Add table
Reference in a new issue