fix d/control recreation

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-08-25 12:48:20 +02:00
parent da8de18073
commit 54ab179254

View File

@ -12,6 +12,7 @@ dinstall: deb
.PHONY: build .PHONY: build
build: build:
rm -rf build rm -rf build
rm debian/control
mkdir build mkdir build
debcargo package \ debcargo package \
--config "$(PWD)/debian/debcargo.toml" \ --config "$(PWD)/debian/debcargo.toml" \