diff options
| author | Ted Gould <ted@gould.cx> | 2016-08-12 05:21:14 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2016-08-12 05:21:14 +0000 |
| commit | d7e00450ae4ed4b3a3f21e0d7b64b0e868ee5ba1 (patch) | |
| tree | 69faf48909d1673a3219e087f1bc8d315b352a50 /packaging | |
| parent | CloneTiler: Further C++ification (diff) | |
| parent | Switch over to GTK3 (diff) | |
| download | inkscape-d7e00450ae4ed4b3a3f21e0d7b64b0e868ee5ba1.tar.gz inkscape-d7e00450ae4ed4b3a3f21e0d7b64b0e868ee5ba1.zip | |
Add snappy packaging
(bzr r15054)
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/snappy/snapcraft.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/snappy/snapcraft.sh b/packaging/snappy/snapcraft.sh new file mode 100755 index 000000000..7e12fe964 --- /dev/null +++ b/packaging/snappy/snapcraft.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e + +export INKSCAPE_PORTABLE_PROFILE_DIR="${SNAP_USER_DATA}" +export INKSCAPE_LOCALEDIR="${SNAP}/share/locale/" + +exec $@ |
