Explorar o código

Improved html site patching.

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

+ 2 - 2
releasebuild.sh

@@ -125,12 +125,12 @@ fi
 
 pushd $SITE_DIR
 
-find . -maxdepth 2 -mindepth 2 -name "*.html" | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
+find . -maxdepth 2 -mindepth 2 -name "*.html" | 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\.//;'
 
-find . -maxdepth 3 -mindepth 3 -name "*.html" | xargs perl -i -p -e 's#\./css/#\.\./\.\./css/#;'
+find . -maxdepth 3 -mindepth 3 -name "*.html" | xargs perl -i -p -e 's#"\./css/#"\.\./\.\./css/#;'
 
 popd