]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/apache2
Removed deletion of the old .svn-subdirectories.
[people/teissler/ipfire-2.x.git] / lfs / apache2
index 4ffe1216d9cb535fd22e963e39564e4a44e6b981..309e0f24f256052761716df089945cac1efb2664 100644 (file)
@@ -82,13 +82,11 @@ ifeq "$(PASS)" "C"
 
        cp -rf $(DIR_CONF)/httpd/* /etc/httpd/conf
        ln -sf $(CONFIG_ROOT)/main/hostname.conf /etc/httpd/conf/
-       -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 /var/updatecache/{download,metadata}
        cp -aR $(DIR_SRC)/html/* /srv/web/ipfire
-       -find /srv/web/ipfire -name .svn -exec rm -rf {} \;
 
        # Change CONFIG_ROOT in cgi-scripts
        for i in /srv/web/ipfire/cgi-bin/{*,logs.cgi/*,vpn.cgi/*}; do \