diff options
Diffstat (limited to 'debian/live-helper.default')
-rw-r--r-- | debian/live-helper.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/live-helper.default b/debian/live-helper.default index b2ed78f..051417b 100644 --- a/debian/live-helper.default +++ b/debian/live-helper.default @@ -1,12 +1,12 @@ # Defaults for /etc/cron.daily/live-helper_autobuild -AUTOBUILD="disabled" +AUTOBUILD="false" DATE="$(date +%Y%m%d)" DESTDIR="/srv/debian-live" TEMPDIR="/srv/tmp/live-helper" -OPTIONS="--binary-indices disabled" +OPTIONS="--binary-indices false" ARCHITECTURES="$(dpkg --print-architecture)" DISTRIBUTIONS="sid" |