1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-29 15:25:24 +00:00
Purism-Calls/run.in
Evangelos Ribeiro Tzaras f81ed3d063 run: Add plugin search directory
This makes sure we can load the plugins from the build directory.
2021-06-04 17:06:07 +00:00

11 lines
228 B
Bash
Executable file

#!/bin/sh
set -e
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" "$@"