summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index 3477761..df0471e 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -88,11 +88,11 @@ TORUPATH=/var/lib/libretools/toru
################################################################################
if [[ -z ${INCLUDE_CONF_SH:-} ]]; then
- . /usr/share/libretools/conf.sh
+ . $(librelib conf.sh)
if [[ -e "$XDG_CONFIG_HOME/libretools/libretools.conf" ]]; then
. "$XDG_CONFIG_HOME/libretools/libretools.conf"
fi
check_conf_libretools || exit $?
- . /usr/bin/libremessages
+ . libremessages
fi