From 6f5485b40689b1f5f2d8b22febbebb99c93393de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= <raphael@freexian.com>
Date: Wed, 28 Nov 2012 10:45:56 -0500
Subject: [PATCH] Drop env export of options since it's now passed via
 --cdebootstrap-options.

---
 auto/build | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/auto/build b/auto/build
index deea592..30fb317 100755
--- a/auto/build
+++ b/auto/build
@@ -1,11 +1,9 @@
 #!/bin/sh
 
 # This variable is required otherwise
-# /usr/share/live/build/scripts/build/lb_binary_debian-installer fails because
+# /usr/share/live/build/scripts/build/binary_debian-installer fails because
 # the version is empty (nothing known in
 # /usr/share/live/build/functions/releases.sh)
 export RELEASE_kali="7.0"
 
-export CDEBOOTSTRAP_OPTIONS="--suite-config wheezy"
-
 lb build noauto "$@" 2>&1 | tee binary.log