Correcting variable typo when setting distribution specific defaults of the backports mirror for the binary image.

This commit is contained in:
Daniel Baumann 2013-04-29 12:54:16 +02:00
parent 70bb553f2b
commit 42e1c47a01
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ Set_defaults ()
# Setting backports mirror which ends up in the image
case "${LB_MODE}" in
debian)
case "${LB_DISTRIBUTIO}" in
case "${LB_DISTRIBUTION}" in
squeeze)
LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-http://http.debian.net/debian-backports/}"
;;