[geany/geany-osx] 83351a: Add environment variable to define geany-plugins path inside share
Jiří Techet
git-noreply at xxxxx
Wed Apr 26 19:09:30 UTC 2017
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Wed, 26 Apr 2017 19:09:30 UTC
Commit: 83351a9c7428f0f672e88d8b3f9f78e04f2457c9
https://github.com/geany/geany-osx/commit/83351a9c7428f0f672e88d8b3f9f78e04f2457c9
Log Message:
-----------
Add environment variable to define geany-plugins path inside share
Modified Paths:
--------------
launcher-gtk3.sh
launcher.sh
Modified: launcher-gtk3.sh
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -195,4 +195,6 @@ if /bin/expr "x$1" : '^x-psn_' > /dev/null; then
shift 1
fi
+export GEANY_PLUGINS_SHARE_PATH="$bundle_res/share/geany-plugins"
+
$EXEC "$bundle_contents/MacOS/$name-bin" "$@" $EXTRA_ARGS
Modified: launcher.sh
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -195,4 +195,6 @@ if /bin/expr "x$1" : '^x-psn_' > /dev/null; then
shift 1
fi
+export GEANY_PLUGINS_SHARE_PATH="$bundle_res/share/geany-plugins"
+
$EXEC "$bundle_contents/MacOS/$name-bin" "$@" $EXTRA_ARGS
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list