From: Heiko Z. <smi...@us...> - 2010-11-06 21:36:54
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12161/scripts Modified Files: build.sh Log Message: updated windows version of install-usb and added executable version Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.108 retrieving revision 1.109 diff -u -d -r1.108 -r1.109 --- build.sh 28 Sep 2010 00:23:57 -0000 1.108 +++ build.sh 6 Nov 2010 21:36:46 -0000 1.109 @@ -200,6 +200,7 @@ cp $DL_DIR/scripts/scripts/custom-cd $DISTDIR || exit 1 cp $DL_DIR/scripts/scripts/install-on-usb $DISTDIR || exit 1 cp $DL_DIR/scripts/scripts/install-on-usb.bat $DISTDIR || exit 1 + cp $DL_DIR/scripts/scripts/install-on-usb.exe $DISTDIR || exit 1 cp $WORKDIR/bootcd.iso $DISTDIR || exit 1 #if [ "$CONFIG_ZISOFS" = "y" ]; then # cp $CDDIR.z/config/etc.tar.bz2 $DISTDIR || exit 1 |