woinst: support du déploiement d'applications construites avec Maven

This commit is contained in:
Jephté Clain 2016-06-22 15:43:26 +04:00
parent eb0a3be78e
commit 75654610f7
1 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,10 @@ if [ -n "${applications[*]}" ]; then
ebegin "Copie des ressources web"
cpdir "$bundle/Contents/WebServerResources" "$webdestdir/$appname/Contents/WebServerResources" &
ewait $!
if [ -d "$bundle/Contents/Frameworks" ]; then
cpdir "$bundle/Contents/Frameworks" "$webdestdir/$appname/Contents/Frameworks" &
ewait $!
fi
eend
# permissions