Updatexlrator (not tested yet)

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@421 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-02-15 21:26:14 +00:00
parent aa2870e623
commit 46c01c0912
22 changed files with 1466 additions and 13 deletions

View File

@@ -86,7 +86,7 @@ ifeq "$(PASS)" "C"
-find /etc/httpd/conf -name .svn -exec rm -rf {} \;
# Copy all html/cgi-bin files
mkdir -p /srv/web/ipfire/{cgi-bin,html}
mkdir -p /srv/web/ipfire/{cgi-bin,html/updatecache/{download,metadata}}
cp -aR $(DIR_SRC)/html/* /srv/web/ipfire
-find /srv/web/ipfire -name .svn -exec rm -rf {} \;