mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-22 02:33:42 +02:00
fix: correct debian package compression override (#181)
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@ -16,6 +16,9 @@ PACKAGE = $(shell dh_listpackages)
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zxz
|
||||
|
||||
override_dh_install:
|
||||
dh_install
|
||||
mkdir -p $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
|
Reference in New Issue
Block a user