diff options
Diffstat (limited to 'cgi/default')
-rw-r--r-- | cgi/default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi/default b/cgi/default index b3a37294f..37a879b25 100644 --- a/cgi/default +++ b/cgi/default @@ -10,8 +10,8 @@ _DESTDIR="/srv/debian-live/build/www" _TEMPLATES="/usr/share/live/build/templates/cgi/${_MODE}" _TEMPDIR="/srv/debian-live/build/tmp" -LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/" -LH_MIRROR_BINARY="http://ftp.debian.org/debian/" -LH_MIRROR_BINARY_SECURITY="http://security.debian.org/" +LB_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/" +LB_MIRROR_BINARY="http://ftp.debian.org/debian/" +LB_MIRROR_BINARY_SECURITY="http://security.debian.org/" _SERVER="http://live.debian.net/build" |