Explorar o código

Increase depth for html patch to reach files in sample modules.

Luke Taylor %!s(int64=18) %!d(string=hai) anos
pai
achega
343a2d786c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      releasebuild.sh

+ 1 - 1
releasebuild.sh

@@ -115,7 +115,7 @@ fi
 
 pushd $SITE_DIR
 
-find . -name "*.html" -maxdepth 2 -mindepth 2 | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
+find . -name "*.html" -maxdepth 3 -mindepth 2 | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
    -e 's/Maven Surefire Report/Unit Tests/;' \
    -e 's/Cobertura Test Coverage/Test Coverage/;' \
    -e 's/A successful project.*greatly appreciated\.//;'