re-add missing $(DESTDIR)/DEBIAN

This commit is contained in:
Tru Huynh (pasteur.fr) 2018-03-10 00:56:01 +01:00
parent 175a91898c
commit cd44c47485
1 changed files with 2 additions and 0 deletions

2
debian/rules vendored
View File

@ -54,6 +54,8 @@ binary-arch: build
$(MAKE_DIR) $(BIN_DIR)
$(MAKE_DIR) $(DESTDIR)/DEBIAN
cp build/bin/* $(BIN_DIR)
# Create the .deb package (thanks Helen)