1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

run: Add plugin search directory

This makes sure we can load the plugins from the build directory.
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-06-04 15:18:20 +02:00
parent c0ad87fdd4
commit f81ed3d063

1
run.in
View file

@ -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" "$@"