silent remove

pull/5/head
Tomas M 2012-11-08 04:21:14 -09:00
parent 27d113905f
commit 902407df3e
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -68,7 +68,7 @@ mkisofs -o "$TARGET/$LIVEKITNAME-$ARCH.iso" -v -J -R -D -A "$LIVEKITNAME" -V "$L
cat "$CWD/bootinfo.txt" | fgrep -v "#" | sed -r "s/mylinux/$LIVEKITNAME/" | sed -r "s/\$/ /" > readme.txt cat "$CWD/bootinfo.txt" | fgrep -v "#" | sed -r "s/mylinux/$LIVEKITNAME/" | sed -r "s/\$/ /" > readme.txt
echo "Creating ZIP for USB boot..." echo "Creating ZIP for USB boot..."
rm "$TARGET/$LIVEKITNAME-$ARCH.zip" rm -f "$TARGET/$LIVEKITNAME-$ARCH.zip"
zip -0 -r "$TARGET/$LIVEKITNAME-$ARCH.zip" * zip -0 -r "$TARGET/$LIVEKITNAME-$ARCH.zip" *
cd .. cd ..