From 52a852da02a52e9275b3c15575946592d36992ef Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 20 Jun 2019 09:13:37 +0200 Subject: set archbuild_chroots to default if not set in configuration --- bin/build-packages | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/build-packages') diff --git a/bin/build-packages b/bin/build-packages index 5203fc8..077fc2d 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -476,6 +476,9 @@ while [ "${count}" -ne 0 ] && \ fi fi + if test "x${archbuild_chroots}" = "x"; then + archbuild_chroots='/var/lib/archbuild' + fi if echo "${straw}" | \ grep -qF ':clean_chroot:'; then outerParameters="-c -r ${archbuild_chroots}" -- cgit v1.2.3-54-g00ecf