diff options
Diffstat (limited to 'scripts/build/chroot_archives')
-rwxr-xr-x | scripts/build/chroot_archives | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives index 717243f09..795f48b87 100755 --- a/scripts/build/chroot_archives +++ b/scripts/build/chroot_archives @@ -194,10 +194,10 @@ EOF then for REPOSITORY in ${LB_ARCHIVES} do - # ubuntu workaround to allow using live.debian.net + # ubuntu workaround to allow using live-systems.org case "${LB_MODE}" in ubuntu) - if [ "${REPOSITORY}" = "live.debian.net" ] + if [ "${REPOSITORY}" = "live-systems.org" ] then _DISTRIBUTION="sid" else |