mirror of
https://git.proxmox.com/git/corosync-pve.git
synced 2025-04-28 16:33:13 +00:00
buildsys: fix source tarball generation directory level one-off
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
470255f1ed
commit
89610ded49
2
Makefile
2
Makefile
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user