From 43000e770da496ebe24cc1cf6dd2cee2d7352206 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 11 Feb 2011 17:25:08 +0000 Subject: [PATCH] upstream is now git git-svn-id: svn://svn.rot13.org/sysadmin-cookbook@241 191e9f34-6774-4a6d-acfc-7664dacd4a2a --- recepies/zfs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recepies/zfs/Makefile b/recepies/zfs/Makefile index 0bb53c9..cc867ba 100644 --- a/recepies/zfs/Makefile +++ b/recepies/zfs/Makefile @@ -1,13 +1,14 @@ # use newer zfs-fuse branch #upstream=http://www.wizy.org/mercurial/zfs-fuse/trunk -upstream=http://git.rudd-o.com/zfs/ +#upstream=http://git.rudd-o.com/zfs/ +upstream=http://git.zfs-fuse.net/official/ all: echo "make [checkout deb clean]" checkout: - hg clone $(upstream) zfs-fuse + git clone $(upstream) zfs-fuse install: uninstall cd zfs-fuse/src && scons install #install_dir=/usr/sbin/ -- 2.20.1