mirror of
https://git.proxmox.com/git/libarchive-perl
synced 2025-10-04 19:08:47 +00:00
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:
parent
212cf62662
commit
4da9d133d7
3
Makefile
3
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:
|
||||
|
Loading…
Reference in New Issue
Block a user