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:
parent
9e02600b0c
commit
886e4c966e
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "zfs/upstream"]
|
||||
path = zfs/upstream
|
||||
path = upstream
|
||||
url = ../mirror_zfs
|
||||
|
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
0
zfs/debian/changelog → debian/changelog
vendored
0
zfs/debian/changelog → debian/changelog
vendored
0
zfs/debian/compat → debian/compat
vendored
0
zfs/debian/compat → debian/compat
vendored
0
zfs/debian/control → debian/control
vendored
0
zfs/debian/control → debian/control
vendored
0
zfs/debian/copyright → debian/copyright
vendored
0
zfs/debian/copyright → debian/copyright
vendored
0
zfs/debian/rules → debian/rules
vendored
0
zfs/debian/rules → debian/rules
vendored
0
zfs/debian/watch → debian/watch
vendored
0
zfs/debian/watch → debian/watch
vendored
Loading…
Reference in New Issue
Block a user