Changed LIB_PRELOAD to LD_PRELOAD to fix the Mandrake problem
svn: r661
This commit is contained in:
parent
3cf25bceb7
commit
ef4a7665b2
@ -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 $*
|
||||
|
Loading…
Reference in New Issue
Block a user