Changed LIB_PRELOAD to LD_PRELOAD to fix the Mandrake problem

svn: r661
This commit is contained in:
Don Allingham 2001-12-24 01:49:35 +00:00
parent 3cf25bceb7
commit ef4a7665b2

View File

@ -8,7 +8,7 @@ export PYTHONPATH=$GRAMPSDIR
export GRAMPSI18N=@prefix@/share/locale
if [ -f /usr/X11R6/lib/libX11.so ] ; then
export LIB_PRELOAD=/usr/X11R6/lib/libX11.so
export LD_PRELOAD=/usr/X11R6/lib/libX11.so
fi
@PYTHON@ $GRAMPSDIR/gramps.py $*