summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/chroot_archives4
-rwxr-xr-xscripts/build/clean2
2 files changed, 3 insertions, 3 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
diff --git a/scripts/build/clean b/scripts/build/clean
index 771e2cd6a..b9d7e822d 100755
--- a/scripts/build/clean
+++ b/scripts/build/clean
@@ -40,7 +40,7 @@ Set_defaults
# Avoid cases were users accidentally nuke their config/binary
if [ ! -d config ] && [ "$(basename ${PWD})" = "config" ]
then
- Echo_error "%s is not a good Debian Live working directory to clean." "${PWD}"
+ Echo_error "%s is not a good live-build working directory to clean." "${PWD}"
exit 1
fi