summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_apt
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_apt')
-rwxr-xr-xscripts/build/chroot_apt2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_apt b/scripts/build/chroot_apt
index 2e1bce289..f3cf3a7ac 100755
--- a/scripts/build/chroot_apt
+++ b/scripts/build/chroot_apt
@@ -160,7 +160,7 @@ case "${1}" in
_ENABLE_DISTRIBUTIONS="${_ENABLE_DISTRIBUTIONS} ${_DISTRIBUTION}-security"
fi
- if [ "${LB_VOLATILE}" = "true" ]
+ if [ "${LB_UPDATES}" = "true" ]
then
_ENABLE_DISTRIBUTIONS="${_ENABLE_DISTRIBUTIONS} ${_DISTRIBUTION}-updates"
fi