From d14fb1e87de9617499c1848cadf3939764b256af Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 3 Sep 2007 09:55:08 +0000 Subject: [PATCH] Added code to modify the module html files to make them point to the root css file. --- releasebuild.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/releasebuild.sh b/releasebuild.sh index 42cd12d71e..0bdc928723 100644 --- a/releasebuild.sh +++ b/releasebuild.sh @@ -44,6 +44,15 @@ then exit 1; fi +# Patch the module site files to point to the correct css file + +pushd $RELEASE_DIR/site + +find . -name "*.html" -maxdepth 2 -mindepth 2 | xargs perl -i -p -e 's#\./css/site\.css#\.\./css/site\.css#' + +popd + + # Assemble the required jar files