buildsys: remove cruft and reoder var definition before use

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-05-24 12:33:42 +02:00
parent 886e4c966e
commit 13d410f1ab

View File

@ -1,14 +1,10 @@
RELEASE=5.1
# source form https://github.com/zfsonlinux/ # source form https://github.com/zfsonlinux/
ZFSPKG=debian
ZFSVER != dpkg-parsechangelog -l ${ZFSPKG}/changelog -Sversion | cut -d- -f1
ZFSPKGVER != dpkg-parsechangelog -l ${ZFSPKG}/changelog -Sversion
ZFSDIR=zfs-linux_${ZFSVER} ZFSDIR=zfs-linux_${ZFSVER}
ZFSSRC=upstream ZFSSRC=upstream
ZFSPKG=debian
ZFSVER != dpkg-parsechangelog -l ${ZFSPKG}/changelog -Sversion | cut -d- -f1
ZFSPKGVER != dpkg-parsechangelog -l ${ZFSPKG}/changelog -Sversion
ZFS_DEB1= libnvpair1linux_${ZFSPKGVER}_amd64.deb ZFS_DEB1= libnvpair1linux_${ZFSPKGVER}_amd64.deb
ZFS_DEB2= \ ZFS_DEB2= \