diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-08-20 02:01:31 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-08-20 02:01:31 +0000 |
| commit | ec4512cf2ed8a9eca189ef6b10ddc996c476825e (patch) | |
| tree | b889e73038030d729e522ccf3f652906dac50ede | |
| parent | remove support for X11 on Panther and Tiger (Leopard and later use launchd) (diff) | |
| download | inkscape-ec4512cf2ed8a9eca189ef6b10ddc996c476825e.tar.gz inkscape-ec4512cf2ed8a9eca189ef6b10ddc996c476825e.zip | |
fix copy/paste error in launcher script
(bzr r13506.1.12)
| -rwxr-xr-x | packaging/macosx/Resources/bin/inkscape | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
