1
0
Fork 0

builddeb: allow selection of .deb compressor

Select deb compression using KDEB_COMPRESS make variable. This allows to
use gzip compression for local or test builds, and that's way faster
than now-default xz compression.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
alistair/sensors
Michał Mirosław 2020-01-14 19:11:26 +01:00 committed by Masahiro Yamada
parent 9c9aa8fdf3
commit 1a7f0a34ea
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ create_package() {
# Create the package
dpkg-gencontrol -p$pname -P"$pdir"
dpkg --build "$pdir" ..
dpkg-deb ${KDEB_COMPRESS:+-Z$KDEB_COMPRESS} --build "$pdir" ..
}
version=$KERNELRELEASE