summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvkrnjic <vkrnjic@klio.iaik.tugraz.at>2012-11-12 17:44:27 +0100
committervkrnjic <vkrnjic@klio.iaik.tugraz.at>2012-11-12 17:44:27 +0100
commit8481e0459d51dc4bf90ffe15114219bc364392a7 (patch)
treeec0409facf60e29e663d3306e605337cb9640c5e
parentfc1f2743ff5fa6a7d9f71b994850c9e00d468916 (diff)
downloadpdf-over-8481e0459d51dc4bf90ffe15114219bc364392a7.tar.gz
pdf-over-8481e0459d51dc4bf90ffe15114219bc364392a7.tar.bz2
pdf-over-8481e0459d51dc4bf90ffe15114219bc364392a7.zip
change BASEDIR of mac os x script
-rw-r--r--trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh b/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh
index c7be27d4..95e982ea 100644
--- a/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh
+++ b/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh
@@ -1,3 +1,3 @@
#!/bin/sh
BASEDIR=$(cd "$(dirname "$0")"; pwd)
-(cd $BASEDIR/PDFOver/Contents && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@")
+(cd $BASEDIR/PDF-Over && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@")