summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:31:21 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:31:21 +0000
commit2250c8f9c50b938aca4f5d2250440173213cf2c6 (patch)
treeaa89fb3721d1cf09fc81fd3174a8565a63cb861a /pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh
parentc2cd9261cb719da7d0c9593d19b79e5bf59183cf (diff)
downloadpdf-over-2250c8f9c50b938aca4f5d2250440173213cf2c6.tar.gz
pdf-over-2250c8f9c50b938aca4f5d2250440173213cf2c6.tar.bz2
pdf-over-2250c8f9c50b938aca4f5d2250440173213cf2c6.zip
Ugly workaround for installer error on missing install dir
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@364 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh')
-rw-r--r--pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh b/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh
index 404e92ce..0b020ea3 100644
--- a/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh
+++ b/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh
@@ -13,4 +13,5 @@ else
cp -f icons/icon.icns "$BASEDIR.app"/Contents/Resources/applet.icns
mv "$BASEDIR"/* "$BASEDIR.app"/Contents/
rmdir "$BASEDIR"
+ ln -s "$BASEDIR.app" "$BASEDIR"
fi