[SCM] debian-live/live-helper branch, master, updated. 1.0_a38-1-10-gd104e3f

Daniel Baumann daniel at debian.org
Fri Feb 29 12:28:40 UTC 2008


The following commit has been merged in the master branch:
commit 5ce8ab768b6e85c3cc3f71136b47bf4f66c3c733
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Feb 29 12:47:03 2008 +0100

    Fixing typo in sed call to set isolinux splash file.

diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index a217799..790df6d 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -260,7 +260,7 @@ Configure_syslinux_templates ()
 		       -e "s|{\$LIVE_SCREEN_PATH}|${LIVE_SCREEN_PATH}|" \
 		       -e "s|{\$LIVE_DATA_PATH}|${LIVE_DATA_PATH}|" \
 		       -e "s|{\$LIVE_KERNEL_PATH}|${LIVE_KERNEL_PATH}|" \
-		       -e "s|{\$SPLASH}@|{SPLASH}|" \
+		       -e "s|{\$SPLASH}|${SPLASH}|" \
 		       -e "s|{\$LH_DISTRIBUTION}|${LH_DISTRIBUTION}|" \
 		       -e "s|{\$LH_DATE}|$(date +%Y%m%d)|" \
 		       -e "s|{\$LH_MEDIA}|${MEDIA}|" \

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list