Sorcerer's IsleCode Lucee on Jetty / diff

5a42ec1 Update build script to make jetty-home files deletable.

 build/build.sh | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/build/build.sh b/build/build.sh
index a392cc6..2079fbb 100644
--- a/build/build.sh
+++ b/build/build.sh
@@ -222,6 +222,8 @@ function createBundle ()
 		exit 1
 	fi
 
+	chmod -R +w jetty-home
+
 
 	## 3 - jetty modules ##