|
From: Ivan D. <idr...@us...> - 2006-06-13 22:29:26
|
Update of /cvsroot/terk/embed In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29514 Modified Files: buildoptfs.sh Log Message: buildoptfs sets all in /opt/fpga as executable Index: buildoptfs.sh =================================================================== RCS file: /cvsroot/terk/embed/buildoptfs.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** buildoptfs.sh 13 Jun 2006 22:08:56 -0000 1.2 --- buildoptfs.sh 13 Jun 2006 22:29:24 -0000 1.3 *************** *** 65,69 **** try chmod a+x ${BASEDIR}/edb9302/opt/scripts/*.* try chmod a+x ${BASEDIR}/edb9302/opt/bin/* ! # Copy website --- 65,70 ---- try chmod a+x ${BASEDIR}/edb9302/opt/scripts/*.* try chmod a+x ${BASEDIR}/edb9302/opt/bin/* ! try chmod a+x ${BASEDIR}/edb9302/opt/fpga/* ! # Copy website |