Correct typo on commit 11d97a6a5f
This commit is contained in:
parent
3ca8e64d0f
commit
1d0113a70b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue