From 343a2d786ca65017f90ad4610db3ddcdb13580a2 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 5 Sep 2007 15:56:49 +0000 Subject: [PATCH] Increase depth for html patch to reach files in sample modules. --- releasebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasebuild.sh b/releasebuild.sh index 03dac1cb41..b0adb918ff 100644 --- a/releasebuild.sh +++ b/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\.//;'