diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:31:21 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:31:21 +0000 |
commit | 2250c8f9c50b938aca4f5d2250440173213cf2c6 (patch) | |
tree | aa89fb3721d1cf09fc81fd3174a8565a63cb861a /pdf-over-gui/src | |
parent | c2cd9261cb719da7d0c9593d19b79e5bf59183cf (diff) | |
download | pdf-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')
-rw-r--r-- | pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh | 1 |
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 |