Correct another typo on commit 11d97a6a5f

This commit is contained in:
Richard Nelson 2012-11-22 15:32:27 -06:00
parent 1d0113a70b
commit b7d0742e0a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ then
FIRMWARE_PACKAGES=""
if [ "${_PARENT_DISTRIBUTION}" = "squeeze" ] || [ "${LB_MODE}" = "ubuntu" ] || [ "${LB_MODE}" = "kubuntu" ]
if [ "${LB_PARENT_DISTRIBUTION}" = "squeeze" ] || [ "${LB_MODE}" = "ubuntu" ] || [ "${LB_MODE}" = "kubuntu" ]
then
_CONTENTS="${LB_PARENT_MIRROR_CHROOT}/dists/${LB_PARENT_DISTRIBUTION}/Contents-${LB_ARCHITECTURES}.gz"
else