]> git.proxmox.com Git - libarchive-perl.git/commitdiff
docs: fix git clone path for this repo
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jun 2023 11:55:03 +0000 (13:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jun 2023 13:14:59 +0000 (15:14 +0200)
pve-storage is a bit of a different repo ;-)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index d96438d3df854c0234a6d3e804a85793359b494d..bcb1cabd3117eee58a38e8c1ceff48eb8c101698 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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: