buildsys: fix source tarball generation directory level one-off

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-08 12:31:20 +02:00
parent 470255f1ed
commit 89610ded49

View File

@ -60,7 +60,7 @@ $(MAIN_DEB): $(BUILDDIR)
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
$(ORIG_SRC_TAR): $(BUILDDIR) $(ORIG_SRC_TAR): $(BUILDDIR)
tar czf $(ORIG_SRC_TAR) -C $(BUILDDIR) . tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR)
.PHONY: dsc .PHONY: dsc
dsc: $(DSC) dsc: $(DSC)