mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
MANPATH fix
Original commit message from CVS: MANPATH fix
This commit is contained in:
parent
901dc53de9
commit
c1131446b2
1 changed files with 5 additions and 1 deletions
|
@ -67,7 +67,11 @@ export GST_PLUGIN_SYSTEM_PATH=
|
||||||
# set our registry somewhere else so we don't mess up the registry generated
|
# set our registry somewhere else so we don't mess up the registry generated
|
||||||
# by an installed copy
|
# by an installed copy
|
||||||
export GST_REGISTRY=$GST/gstreamer/registry.xml
|
export GST_REGISTRY=$GST/gstreamer/registry.xml
|
||||||
export MANPATH=$GST/gstreamer/tools:$GST/prefix/share/man${MANPATH:+:$MANPATH}
|
# once MANPATH is set, it needs at least an "empty"component to keep pulling
|
||||||
|
# in the system-configured man paths from man.config
|
||||||
|
# this still doesn't make it work for the uninstalled case, since man goes
|
||||||
|
# look for a man directory "nearby" instead of the directory I'm telling it to
|
||||||
|
export MANPATH=$GST/gstreamer/tools:$GST/prefix/share/man:$MANPATH
|
||||||
pythonver=`python -c "import sys; print sys.version[:3]"`
|
pythonver=`python -c "import sys; print sys.version[:3]"`
|
||||||
export PYTHONPATH=$GST/gst-python:$GST/prefix/lib/python$pythonver/site-packages${PYTHONPATH:+:$PYTHONPATH}
|
export PYTHONPATH=$GST/gst-python:$GST/prefix/lib/python$pythonver/site-packages${PYTHONPATH:+:$PYTHONPATH}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue