diff options
author | Richard Nelson <unixabg@gmail.com> | 2012-11-22 15:05:42 -0600 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2012-11-22 15:05:42 -0600 |
commit | 1d0113a70bcbe821980317b2936ed0e738578a21 (patch) | |
tree | dba89368fb14d69a85c68c5b18f3fa0b87804cb7 | |
parent | 3ca8e64d0f794d4d60183cb23bc5a094209dcc5a (diff) | |
download | vyos-live-build-1d0113a70bcbe821980317b2936ed0e738578a21.tar.gz vyos-live-build-1d0113a70bcbe821980317b2936ed0e738578a21.zip |
Correct typo on commit 11d97a6a5f17fe2c500a798aa4a32fa6889e409c
-rwxr-xr-x | scripts/build/binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer index 2a180dca8..e0e7d6639 100755 --- a/scripts/build/binary_debian-installer +++ b/scripts/build/binary_debian-installer @@ -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 |