diff --git a/debian/rules b/debian/rules index a5c0da41..41ef12ac 100755 --- a/debian/rules +++ b/debian/rules @@ -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)