docs: fix git clone path for this repo

pve-storage is a bit of a different repo ;-)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-23 13:55:03 +02:00
parent 212cf62662
commit 4da9d133d7

View File

@ -9,7 +9,6 @@ PACKAGE=libarchive-perl
PPSRC = LibArchive
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
GITVERSION:=$(shell git rev-parse HEAD)
BUILDSRC=$(PACKAGE)-$(DEB_VERSION_UPSTREAM)
DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(ARCH).deb
@ -28,7 +27,7 @@ $(BUILDSRC):
cp -a $(PPSRC)/ $(BUILDSRC)
cp -a debian $(BUILDSRC)
perl -MDevel::PPPort -e 'Devel::PPPort::WriteFile("$(BUILDSRC)/ppport.h");'
echo "git clone git://git.proxmox.com/git/pve-storage.git\\ngit checkout $(GITVERSION)" >$(BUILDSRC)/debian/SOURCE
echo "git clone git://git.proxmox.com/git/libarchive-perl\\ngit checkout $(shell git rev-parse HEAD)" >$(BUILDSRC)/debian/SOURCE
.PHONY: dsc
dsc: