From a74fb24d5e2bd2e94eb9909f0024d8404b1e5864 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Fri, 29 Feb 2008 12:47:03 +0100
Subject: [PATCH] Fixing typo in sed call to set isolinux splash file.

---
 helpers/lh_binary_syslinux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index a217799fa..790df6d1e 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}|" \