use windows line endings

pull/5/head
Tomas M 2012-11-08 04:19:47 -09:00
parent 27d6c383cd
commit 04ef28f14d
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -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" *