Move zfs to top-level directory

With the merge of spl and zfs the extra level of directories is not needed
anymore.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2019-05-23 23:11:41 +02:00 committed by Thomas Lamprecht
parent 9e02600b0c
commit 886e4c966e
53 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "zfs/upstream"]
path = zfs/upstream
path = upstream
url = ../mirror_zfs

View File

@ -3,8 +3,8 @@ RELEASE=5.1
# source form https://github.com/zfsonlinux/
ZFSDIR=zfs-linux_${ZFSVER}
ZFSSRC=zfs/upstream
ZFSPKG=zfs/debian
ZFSSRC=upstream
ZFSPKG=debian
ZFSVER != dpkg-parsechangelog -l ${ZFSPKG}/changelog -Sversion | cut -d- -f1

View File

View File

View File