From ec4512cf2ed8a9eca189ef6b10ddc996c476825e Mon Sep 17 00:00:00 2001 From: su_v Date: Wed, 20 Aug 2014 04:01:31 +0200 Subject: fix copy/paste error in launcher script (bzr r13506.1.12) --- packaging/macosx/Resources/bin/inkscape | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape index 1dc236c5e..510e91e32 100755 --- a/packaging/macosx/Resources/bin/inkscape +++ b/packaging/macosx/Resources/bin/inkscape @@ -120,7 +120,7 @@ sed 's|${HOME}|'"$HOME|g" "$TOP/etc/pango/pangorc" > "$PREFDIR/pangorc" sed 's|${CWD}|'"$ESCAPEDTOP|g" "$TOP/etc/pango/pango.modules" \ > "$PREFDIR/pango.modules" sed 's|${CWD}|'"$ESCAPEDTOP|g" "$TOP/etc/gtk-2.0/gtk.immodules" \ - > "$PREFDIR/.inkscape-etc/gtk.immodules" + > "$PREFDIR/gtk.immodules" sed 's|${CWD}|'"$ESCAPEDTOP|g" "$TOP/etc/gtk-2.0/gdk-pixbuf.loaders" \ > "$PREFDIR/gdk-pixbuf.loaders" -- cgit v1.2.3