From 75ca21eaec4b6f80997e6cce81e8b9d54bd58e7f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 18 Jul 2012 19:09:16 +0200 Subject: Adding support for zsync control files generation, thanks to Hector Oron for the idea and prototype. --- functions/defaults.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions/defaults.sh') diff --git a/functions/defaults.sh b/functions/defaults.sh index acaa680c9..8c79fa485 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -943,6 +943,9 @@ Set_defaults () ;; esac + # Setting zsync + LB_ZSYNC="${LB_ZSYNC:-true}" + # Setting chroot option LB_BUILD_WITH_CHROOT="${LB_BUILD_WITH_CHROOT:-true}" -- cgit v1.2.3