We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65cf1c commit 65bf713Copy full SHA for 65bf713
1 file changed
src/sonic-build-hooks/Makefile
@@ -21,7 +21,7 @@ DPKGTOOL = $(shell which dpkg-deb)
21
ifeq ($(shell which dpkg-deb),)
22
BUILD_COMMAND=docker run --user $(shell id -u):$(shell id -g) --rm -v $(shell pwd):/build debian:buster bash -c 'cd /build; dpkg-deb --build $(TMP_DIR)/$(SONIC_BUILD_HOOKS) $(SONIC_BUILD_HOOKS_TARGET)'
23
else
24
-BUILD_COMMAND=dpkg-deb --build $(TMP_DIR)/$(SONIC_BUILD_HOOKS) $(SONIC_BUILD_HOOKS_TARGET)
+BUILD_COMMAND=dpkg-deb -Zxz --build $(TMP_DIR)/$(SONIC_BUILD_HOOKS) $(SONIC_BUILD_HOOKS_TARGET)
25
endif
26
27
DEPENDS := $(shell find scripts hooks debian -type f)
0 commit comments