Correcting typo in derivatives check when fetching d-i components.

This commit is contained in:
Daniel Baumann 2011-02-15 10:33:05 +01:00
parent c746513893
commit ad302fb50c
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ then
;;
esac
else
if [ "${LB_DISTRIBUTION}" = "true" ]
if [ "${LB_DERIVATIVE}" = "true" ]
then
URL="${LB_MIRROR_DEBIAN_INSTALLER}/dists/${LB_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LB_ARCHITECTURES}/current/images/"
else