diff --git a/Makefile b/Makefile index 63edbdf..520227f 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ tar: base deb: base cp -r DEBIAN/ $(BDIR) - @dpkg-deb -b $(BDIR) dist/$(NAME).deb + -dpkg-deb -b $(BDIR) dist/$(NAME).deb clean: rm -rf build $(BDIR)