]> git.proxmox.com Git - lvm.git/commitdiff
rename source archive to .tar
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 19 Apr 2017 09:17:37 +0000 (11:17 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 19 Apr 2017 09:53:00 +0000 (11:53 +0200)
because that's what it is ;)

LVM2.2.02.168.tar [new file with mode: 0644]
LVM2.2.02.168.tgz [deleted file]
Makefile

diff --git a/LVM2.2.02.168.tar b/LVM2.2.02.168.tar
new file mode 100644 (file)
index 0000000..ec63e52
Binary files /dev/null and b/LVM2.2.02.168.tar differ
diff --git a/LVM2.2.02.168.tgz b/LVM2.2.02.168.tgz
deleted file mode 100644 (file)
index ec63e52..0000000
Binary files a/LVM2.2.02.168.tgz and /dev/null differ
index 4bf00b2eec414230f5ba3e59c827d5e922ca2609..710047374838069215a79ad39e32fd7ee20638a8 100644 (file)
--- 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)