]> git.proxmox.com Git - novnc-pve.git/commitdiff
buildsys: fix source tarball generation directory level one-off
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 12:31:54 +0000 (14:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 12:32:05 +0000 (14:32 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 4ffb122f4e75e3f82a2058aebaf43a9afb1d0f75..2abc5aae20cb1b2081ee5d9690e75736327fac7d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ $(DEB): $(BUILDDIR)
        @echo $(DEB)
 
 $(ORIG_SRC_TAR): $(BUILDDIR)
-       tar czf $(ORIG_SRC_TAR) -C $(BUILDDIR) .
+       tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR)
 
 .PHONY: dsc
 dsc: $(DSC)