Update of /cvsroot/openfirst/www
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30279/www
Modified Files:
updatesite.sh
Log Message:
grabs style files for the oF installer
Index: updatesite.sh
===================================================================
RCS file: /cvsroot/openfirst/www/updatesite.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** updatesite.sh 25 May 2005 21:04:05 -0000 1.7
--- updatesite.sh 21 Nov 2005 20:24:45 -0000 1.8
***************
*** 20,23 ****
--- 20,27 ----
cd ../../
+ # Grab style files from CVS so that the installer works
+ cvs -d:pserver:anonymous@cvs1:/cvsroot/openfirst export -rHEAD base/style/style.css base/style/images
+ mv -f base/style/* htdocs
+
# Ensure website can write session information
chmod o+w,g+w tmp/
|