make sure we don't have a stray : in LD_LIBRARY_PATH

Original commit message from CVS:
make sure we don't have a stray : in LD_LIBRARY_PATH
This commit is contained in:
Thomas Vander Stichele 2004-04-07 10:37:04 +00:00
parent 6e56b1be99
commit 8f67419fcd

View file

@ -40,7 +40,8 @@ fi
# set up a bunch of paths
PATH=$GST/gstreamer/tools:$GST/gst-plugins/tools:$GST/gst-player/src:$GST/gst-editor/src:$GST/prefix/bin:$PATH
export LD_LIBRARY_PATH=$GST/prefix/lib:$LD_LIBRARY_PATH
# /some/path: makes the dynamic linker look in . too, so avoid this
export LD_LIBRARY_PATH=$GST/prefix/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
export PKG_CONFIG_PATH=$GST/gstreamer/pkgconfig:$GST/gst-plugins/pkgconfig
export GST_PLUGIN_PATH=$GST/gstreamer:$GST/gst-plugins:$GST/gst-ffmpeg:$GST/gst-monkeysaudio
export MANPATH=$GST/gstreamer/tools:$GST/prefix/share/man:$MANPATH