From e3e9f194f26e446655662271dd7c976edacb8efd Mon Sep 17 00:00:00 2001 From: johndah4x0r Date: Wed, 26 Jul 2017 20:29:40 +0200 Subject: [PATCH] Bug fix --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 0a97276..7074793 100755 --- a/build +++ b/build @@ -106,7 +106,7 @@ cp bootfiles/* $BOOT # do substitution cat bootfiles/syslinux.cfg | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" | \ -sed -r "s:MyLinux:$LIVEKITNAME" > $BOOT/syslinux.cfg +sed -r "s:MyLinux:$LIVEKITNAME:" > $BOOT/syslinux.cfg echo_livekit_msg "build: BootInstall.*: Replacing 'MyLinux' with '$LIVEKITNAME'..." cat bootfiles/BootInstall.bat | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" | \