[SCM] debian-live/live-helper branch, master, updated. 1.0_a28-1-6-g8975db9
Daniel Baumann
daniel at debian.org
Tue Sep 18 19:05:47 UTC 2007
The branch, master has been updated
via 8975db992b5d24f14fa6337b588d7314ad1b43df (commit)
from 887799b5d945eb78f841b9ac9c86ab543cee76ec (commit)
- Shortlog ------------------------------------------------------------
8975db9 helpers/lh_binary_syslinux
Summary of changes:
debian/changelog | 2 ++
helpers/lh_binary_syslinux | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 8975db992b5d24f14fa6337b588d7314ad1b43df
Author: Daniel Baumann <daniel at debian.org>
Date: Tue Sep 18 21:05:43 2007 +0200
helpers/lh_binary_syslinux
* Fixing typing error in lh_binary_syslinux, thanks to Jean Pierre LeJacq
<jp.lejacq at quoininc.com> (Closes: #443099).
diff --git a/debian/changelog b/debian/changelog
index 2fc6a85..0d1ca63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ live-helper (1.0~a29-1) UNRELEASED; urgency=medium
* New upstream release:
- Adding preinst to take care about package upgrades with respect to
directories that are symlinks now (Closes: #442408, #442922).
+ - Fixed typing error in lh_binary_syslinux, thanks to Jean Pierre LeJacq
+ <jp.lejacq at quoininc.com> (Closes: #443099).
-- Daniel Baumann <daniel at debian.org> Mon, 24 Sep 2007 00:00:00 +0200
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index 946819e..c50ec05 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -588,7 +588,7 @@ case "${LH_BINARY_IMAGES}" in
# Configure syslinux templates
sed -i -e "s at LINUX_LIVE@${LINUX_LIVE}@" -e "s at LINUX_INSTALL@${LINUX_INSTALL}@" -e "s at MEMTEST@${MEMTEST}@" "${DESTDIR}"/syslinux.cfg
- sed -i -e -e "s#LH_BOOTAPPEND_INSTALL#${LH_BOOTAPPEND_INSTALL}#" "s#LH_BOOTAPPEND_LIVE#${LH_BOOTAPPEND_LIVE}#" "${DESTDIR}"/syslinux.cfg
+ sed -i -e "s#LH_BOOTAPPEND_INSTALL#${LH_BOOTAPPEND_INSTALL}#" -e "s#LH_BOOTAPPEND_LIVE#${LH_BOOTAPPEND_LIVE}#" "${DESTDIR}"/syslinux.cfg
sed -i -e "s/LH_DISTRIBUTION/${LH_DISTRIBUTION}/" -e "s/LH_DATE/`date +%Y%m%d`/" -e "s/LH_MEDIA/hd-media/" "${DESTDIR}"/f1.txt #FIXME
sed -i -e "s/LH_MEDIA/hd-media/" "${DESTDIR}"/f3.txt #FIXME
sed -i -e "s/LH_VERSION/${VERSION}/" "${DESTDIR}"/f10.txt
--
debian-live/live-helper
More information about the debian-live-changes
mailing list