Ver código fonte

Corrected site directory usage.

Luke Taylor 18 anos atrás
pai
commit
590b2e859f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      releasebuild.sh

+ 1 - 1
releasebuild.sh

@@ -113,7 +113,7 @@ fi
 #
 #
 ########################################################################################################################
 ########################################################################################################################
 
 
-pushd $RELEASE_DIR/site
+pushd $SITE_DIR
 
 
 find . -name "*.html" -maxdepth 2 -mindepth 2 | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
 find . -name "*.html" -maxdepth 2 -mindepth 2 | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
    -e 's/Maven Surefire Report/Unit Tests/;' \
    -e 's/Maven Surefire Report/Unit Tests/;' \