doh. use correct variable
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 6 Oct 2005 21:09:11 +0000 (21:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 6 Oct 2005 21:09:11 +0000 (21:09 +0000)
Original commit message from CVS:
doh.  use correct variable

docs/faq/gst-uninstalled

index 865d504..3cbef0b 100755 (executable)
@@ -44,7 +44,7 @@ PATH=$GST/gstreamer/tools:$GST/gst-plugins/tools:$GST/gst-player/src:$GST/gst-ed
 export LD_LIBRARY_PATH=$GST/prefix/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
 export PKG_CONFIG_PATH=$GST/prefix/lib/pkgconfig:$GST/gstreamer/pkgconfig:$GST/gst-plugins/pkgconfig:$GST/gst-plugins-base/pkgconfig:$GST/gst-python/pkgconfig:$PKG_CONFIG_PATH
 export GST_PLUGIN_PATH=$GST/gstreamer:$GST/gst-plugins:$GST/gst-plugins-base:$GST/gst-plugins-good:$GST/gst-plugins-ugly:$GST/gst-plugins-bad:$GST/gst-ffmpeg:$GST/gst-monkeysaudio:$GST/plugins:$GST_PLUGIN_PATH
-export GST_PLUGIN_PATH_SYSTEM=
+export GST_PLUGIN_SYSTEM_PATH=
 export GST_REGISTRY=$GST/gstreamer/registry.xml
 export MANPATH=$GST/gstreamer/tools:$GST/prefix/share/man:$MANPATH
 pythonver=`python -c "import sys; print sys.version[:3]"`