diff options
Diffstat (limited to 'scripts/build/chroot_archives')
-rwxr-xr-x | scripts/build/chroot_archives | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives index e4de5a209..502ff449f 100755 --- a/scripts/build/chroot_archives +++ b/scripts/build/chroot_archives @@ -94,7 +94,7 @@ EOF if [ "${LB_SECURITY}" = "true" ] then case "${LB_MODE}" in - debian|progress) + debian|progress-linux) case "${LB_PARENT_DISTRIBUTION}" in sid) @@ -110,7 +110,7 @@ EOF ;; esac - if [ "${LB_MODE}" = progress ] + if [ "${LB_MODE}" = progress-linux ] then echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list @@ -664,7 +664,7 @@ EOF if [ "${LB_SECURITY}" = "true" ] then case "${LB_MODE}" in - debian|progress) + debian|progress-linux) case "${LB_PARENT_DISTRIBUTION}" in sid) @@ -680,7 +680,7 @@ EOF ;; esac - if [ "${LB_MODE}" = progress ] + if [ "${LB_MODE}" = progress-linux ] then echo "deb ${LB_MIRROR_BINARY_SECURITY} ${_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list |