Bug 8563: Gramps reports that it can't find dictionaries.

Turns out it was really that enchant couldn't find its backend because
an environment variable wasn't set.
This commit is contained in:
John Ralls 2016-04-16 14:58:06 -07:00
parent 1e228b2193
commit 8fd4f7ff8e

View File

@ -29,7 +29,7 @@ if [ `uname -r | cut -d . -f 1` -ge 10 ]; then
fi
export GI_TYPELIB_PATH="$bundle_lib/girepository-1.0"
export GVBINDIR="$bundle_lib/graphviz"
export ENCHANT_MODULE_PATH="$bundle_lib/enchant"
#Set $PYTHON to point inside the bundle
PYVER=3.4