Correct typo on commit 11d97a6a5f

This commit is contained in:
Richard Nelson 2012-11-22 15:05:42 -06:00
parent 3ca8e64d0f
commit 1d0113a70b
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,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