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:
parent
502eb089de
commit
71e1998a3d
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user