Browse Source

Corrected site directory usage.

1.0.x
Luke Taylor 19 years ago
parent
commit
590b2e859f
  1. 2
      releasebuild.sh

2
releasebuild.sh

@ -113,7 +113,7 @@ fi @@ -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/#;' \
-e 's/Maven Surefire Report/Unit Tests/;' \

Loading…
Cancel
Save