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