mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
run: Add plugin search directory
This makes sure we can load the plugins from the build directory.
This commit is contained in:
parent
c0ad87fdd4
commit
f81ed3d063
1 changed files with 1 additions and 0 deletions
1
run.in
1
run.in
|
@ -5,6 +5,7 @@ ABS_BUILDDIR='@ABS_BUILDDIR@'
|
|||
ABS_SRCDIR='@ABS_SRCDIR@'
|
||||
|
||||
export GSETTINGS_SCHEMA_DIR="${ABS_BUILDDIR}/data"
|
||||
export CALLS_PLUGIN_DIR="${ABS_BUILDDIR}/plugins"
|
||||
set -x
|
||||
exec "${ABS_BUILDDIR}/src/gnome-calls" "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue