live-systems.org/gitweb
/
live-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ca8e64
)
Correct typo on commit 11d97a6a5f17fe2c500a798aa4a32fa6889e409c
author
Richard Nelson
<unixabg@gmail.com>
Thu, 22 Nov 2012 21:05:42 +0000
(15:05 -0600)
committer
Richard Nelson
<unixabg@gmail.com>
Thu, 22 Nov 2012 21:05:42 +0000
(15:05 -0600)
scripts/build/binary_debian-installer
patch
|
blob
|
blame
|
history
diff --git
a/scripts/build/binary_debian-installer
b/scripts/build/binary_debian-installer
index
2a180dc
..
e0e7d66
100755
(executable)
--- 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