]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: SAUCE: do_zfs=false temporarily
authorTim Gardner <tim.gardner@canonical.com>
Sun, 29 Nov 2015 03:06:17 +0000 (20:06 -0700)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 29 Feb 2016 15:54:04 +0000 (08:54 -0700)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
debian/rules

index d512868a9d87284f07b65a1b64d1354b801db303..14d14a01a2b93f015bf43f28463e3c0ba80a4aed 100755 (executable)
@@ -42,6 +42,7 @@ ifneq ($(DEB_HOST_ARCH),$(DEB_BUILD_ARCH))
        do_tools=false
        do_zfs=false
 endif
+do_zfs=false
 
 # Stages -- support both DEB_STAGE=stage1 and DEB_BUILD_PROFILE=bootstrap
 ifeq ($(DEB_STAGE),stage1)