summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 08787ad)
raw | patch | inline | side by side (parent: 08787ad)
author | mjwybrow <mjwybrow@users.sourceforge.net> | |
Mon, 9 Apr 2007 04:48:58 +0000 (04:48 +0000) | ||
committer | mjwybrow <mjwybrow@users.sourceforge.net> | |
Mon, 9 Apr 2007 04:48:58 +0000 (04:48 +0000) |
packaging/macosx/Resources/bin/inkscape | patch | blob | history |
index f26369cf7bbd48c5f1a2e2b17f3f68974820d8a5..291952d45099c327978aff8a9d5c6dc3836ccf15 100755 (executable)
#!/bin/sh
#
# Author: Aaron Voisine <aaron@voisine.org>
-# Inkscape Modifications: Michael Wybrow <mjwybrow@users.sourceforge.net>
+# Inkscape Modifications:
+# Michael Wybrow <mjwybrow@users.sourceforge.net>
+# Jean-Olivier Irisson <jo.irisson@gmail.com>
+#
CWD="`(cd \"\`dirname \\\"$0\\\"\`\"; echo $PWD)`"
TOP="`dirname \"$CWD\"`"
export DYLD_LIBRARY_PATH="$TOP/lib"
+if [ -d /sw/bin ]
+then
+ export PATH="/sw/bin/:$PATH"
+fi
+if [ -d /opt/local/bin ]
+then
+ export PATH="/opt/local/bin:$PATH"
+fi
export PATH="$CWD:$PATH"
export PANGO_RC_FILE="$HOME/.inkscape-etc/pangorc"
export FONTCONFIG_PATH="$TOP/etc/fonts"