diff --git a/common/pkg/Makefile b/common/pkg/Makefile index 1e5cf1d..cbefdf7 100644 --- a/common/pkg/Makefile +++ b/common/pkg/Makefile @@ -51,7 +51,7 @@ $(BUILDDIR): debian PVE Proxmox Makefile .PHONY: deb deb: $(DEB) $(DEB): $(BUILDDIR) - cd $(BUILDDIR); dpkg-buildpackage -b -us -uc --no-pre-clean + cd $(BUILDDIR); dpkg-buildpackage -b -us -uc lintian $(DEB) .PHONY: dsc