|
From: Ivan D. <idr...@us...> - 2006-06-14 01:24:49
|
Update of /cvsroot/terk/embed In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2348 Modified Files: buildoptfs.sh Log Message: buildoptfs sets permissions to executables Index: buildoptfs.sh =================================================================== RCS file: /cvsroot/terk/embed/buildoptfs.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** buildoptfs.sh 13 Jun 2006 22:29:24 -0000 1.3 --- buildoptfs.sh 14 Jun 2006 01:24:46 -0000 1.4 *************** *** 61,70 **** try cp ${BASEDIR}/../embed/src/diagnostics/checkCFG ${BASEDIR}/edb9302/opt/bin - # Make executable - - 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 --- 61,64 ---- *************** *** 82,85 **** --- 76,87 ---- try cp ${BASEDIR}/../embed/www/files/NetworkConfig.txt ${BASEDIR}/edb9302/opt/www/files + # Make executable + + try chmod a+x ${BASEDIR}/edb9302/opt/scripts/*.* + try chmod a+x ${BASEDIR}/edb9302/opt/bin/* + try chmod a+x ${BASEDIR}/edb9302/opt/fpga/* + try chmod a+x ${BASEDIR}/edb9302/opt/www/* + try chmod a+x ${BASEDIR}/edb9302/opt/www/cgi-bin/* + # Build image |