From 04ef28f14d03e8073136272baab538fef3017b93 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Thu, 8 Nov 2012 04:19:47 -0900 Subject: [PATCH] use windows line endings --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 5019ee7..36b47b8 100755 --- a/build +++ b/build @@ -66,7 +66,7 @@ mkisofs -o "$TARGET/$LIVEKITNAME-$ARCH.iso" -v -J -R -D -A "$LIVEKITNAME" -V "$L -b "$LIVEKITNAME"/boot/isolinux.bin -c "$LIVEKITNAME"/boot/isolinux.boot . \ >/dev/null 2>/dev/null -cat "$CWD/bootinfo.txt" | fgrep -v "#" | sed -r "s/mylinux/$LIVEKITNAME/" > readme.txt +cat "$CWD/bootinfo.txt" | fgrep -v "#" | sed -r "s/mylinux/$LIVEKITNAME/" | sed -r "s/\$/ /" > readme.txt echo "Creating ZIP for USB boot..." zip -0 -r "$TARGET/$LIVEKITNAME-$ARCH.zip" *