Update of /cvsroot/openfirst/www
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31126/www
Modified Files:
updatesite.sh
Log Message:
changed installer style path to of.sf.net/style
Index: updatesite.sh
===================================================================
RCS file: /cvsroot/openfirst/www/updatesite.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** updatesite.sh 21 Nov 2005 20:24:45 -0000 1.8
--- updatesite.sh 21 Nov 2005 20:27:27 -0000 1.9
***************
*** 22,26 ****
# 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
--- 22,26 ----
# 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
|