5
0
mirror of git://git.proxmox.com/git/pve-zsync.git synced 2025-01-17 10:03:35 +03:00

buildsys: use correct URL when generating d/SOURCE

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2023-05-24 14:48:19 +02:00
parent 502eb089de
commit 71e1998a3d

View File

@ -36,7 +36,7 @@ install: pve-zsync.8
$(BUILDDIR): $(BUILDDIR):
rm -rf $@.tmp $@ rm -rf $@.tmp $@
rsync -a * $@.tmp rsync -a * $@.tmp
echo "git clone git://git.proxmox.com/git/dab.git\\ngit checkout $(GITVERSION)" > $@.tmp/debian/SOURCE echo "git clone git://git.proxmox.com/git/pve-zsync.git\\ngit checkout $(GITVERSION)" > $@.tmp/debian/SOURCE
mv $@.tmp $@ mv $@.tmp $@
.PHONY: deb .PHONY: deb