Fixing typo in sed call to set isolinux splash file.

This commit is contained in:
Daniel Baumann 2008-02-29 12:47:03 +01:00
parent 31913a9a61
commit 5ce8ab768b
1 changed files with 1 additions and 1 deletions

View File

@ -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}|" \