summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-02-29 12:47:03 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:36:16 +0100
commita74fb24d5e2bd2e94eb9909f0024d8404b1e5864 (patch)
tree11c25db593b116ca77409787ee8d128d852a9562 /helpers
parentd861dff528fe5b5cfebde9a7603e34b58d8004da (diff)
downloadlive-build-a74fb24d5e2bd2e94eb9909f0024d8404b1e5864.zip
live-build-a74fb24d5e2bd2e94eb9909f0024d8404b1e5864.tar.gz
Fixing typo in sed call to set isolinux splash file.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_syslinux2
1 files changed, 1 insertions, 1 deletions
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}|" \