From 4da9d133d7864b47b99fe7999e96cce4bd3c9a86 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 23 Jun 2023 13:55:03 +0200 Subject: [PATCH] docs: fix git clone path for this repo pve-storage is a bit of a different repo ;-) Signed-off-by: Thomas Lamprecht --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d96438d..bcb1cab 100644 --- 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: