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:
fb4d939
)
Updating binary_debian-installer for newer append replacement variables used in sysli...
author
Daniel Baumann
<daniel@debian.org>
Fri, 8 Feb 2013 21:46:48 +0000
(22:46 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Fri, 8 Feb 2013 21:46:48 +0000
(22:46 +0100)
scripts/build/binary_syslinux
patch
|
blob
|
blame
|
history
diff --git
a/scripts/build/binary_syslinux
b/scripts/build/binary_syslinux
index
7b7be2f
..
737e904
100755
(executable)
--- a/
scripts/build/binary_syslinux
+++ b/
scripts/build/binary_syslinux
@@
-266,7
+266,7
@@
fi
if [ -e ${_TARGET}/install.cfg ]
then
- sed -i -e "s#@
LB_BOOT
APPEND_INSTALL@#${LB_BOOTAPPEND_INSTALL}#g" \
+ sed -i -e "s#@APPEND_INSTALL@#${LB_BOOTAPPEND_INSTALL}#g" \
${_TARGET}/install.cfg
fi