[pve-devel] [PATCH lvm 3/4] rename source archive to .tar
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Apr 19 11:55:25 CEST 2017
because that's what it is ;)
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
Makefile | 2 +-
LVM2.2.02.168.tgz => LVM2.2.02.168.tar | Bin
2 files changed, 1 insertion(+), 1 deletion(-)
rename LVM2.2.02.168.tgz => LVM2.2.02.168.tar (100%)
diff --git a/Makefile b/Makefile
index 4bf00b2..7100473 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PVELVMVER=${LVMVERSION}-${PVERELEASE}
PVEDMVER=${DMVERSION}-${PVERELEASE}
LVMDIR=LVM2.${LVMVERSION}
-LVMSRC=${LVMDIR}.tgz
+LVMSRC=${LVMDIR}.tar
ARCH:=$(shell dpkg-architecture -qDEB_HOST_ARCH)
GITVERSION:=$(shell cat .git/refs/heads/master)
diff --git a/LVM2.2.02.168.tgz b/LVM2.2.02.168.tar
similarity index 100%
rename from LVM2.2.02.168.tgz
rename to LVM2.2.02.168.tar
--
2.1.4
More information about the pve-devel
mailing list