summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJiHO <jiho-sf@users.sourceforge.net>2007-09-05 17:51:24 +0000
committerjiho-sf <jiho-sf@users.sourceforge.net>2007-09-05 17:51:24 +0000
commitab0dbc911f69af870321d52b0bb74039e8a2d916 (patch)
treea2af694ed05cdf0da1651cb94c55b7574a25e220 /packaging
parentmove the remove button to where it makes more sense (diff)
downloadinkscape-ab0dbc911f69af870321d52b0bb74039e8a2d916.tar.gz
inkscape-ab0dbc911f69af870321d52b0bb74039e8a2d916.zip
small fox after revision 16000. we did not get back to the correct directory and this causes problems to find icons and other resources. the fix is ugly and the best solution would probably be to clean this file and integrate sync_osx_look.sh into it.
(bzr r3685)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/Resources/bin/inkscape3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape
index 9b253bf59..97f1268c4 100755
--- a/packaging/macosx/Resources/bin/inkscape
+++ b/packaging/macosx/Resources/bin/inkscape
@@ -44,9 +44,10 @@ export INKSCAPE_LOCALEDIR="$TOP/locale"
# Set GTK theme (only if there is no .gtkrc-2.0 in the user's home)
if [[ ! -e $HOME/.gtkrc-2.0 ]]; then
# prepare the theme depending on OS X appearance settings
+ HERE=`pwd`
cd "$INKSCAPE_SHAREDIR/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/"
./sync_osx_look.sh
- cd "$CWD"
+ cd "$HERE"
export GTK2_RC_FILES="$INKSCAPE_SHAREDIR/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/gtkrc"
fi