blob: 80490d0597a8e52287a98681d66a7f9e8fb53da9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ru --color old/reddio new/reddio
--- old/reddio 2021-01-09 14:35:46.414055005 +0100
+++ new/reddio 2021-01-09 14:36:59.154613701 +0100
@@ -173,7 +173,7 @@
fi
# Library path environment variable has precedence over config
- lib_dir=${REDDIO_LIB:-${lib_dir:-/usr/local/share/reddio}}
+ lib_dir=${REDDIO_LIB:-${lib_dir:-/usr/share/reddio}}
# Make sure the lib directory can be found
[ -d "$lib_dir" ] || {
|