mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
gst-unsinstalled: Add ges-launch manuals path to MANPATH.
This commit is contained in:
parent
be36d34aee
commit
09d1e2f603
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ export GST_PLUGIN_SCANNER=$GST/gstreamer/libs/gst/helpers/gst-plugin-scanner
|
|||
# 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
|
||||
export MANPATH=$GST/gstreamer/tools:$GST_PREFIX/share/man:$GST/gst-editing-services/docs/man/:$MANPATH
|
||||
if [ -z "$PYTHON" ]; then PYTHON="python"; fi
|
||||
pythonver=`$PYTHON -c "import sys; print (sys.version[:3])"`
|
||||
pythonsites=`$PYTHON -c "import site; print(':'.join(site.getsitepackages()))"`
|
||||
|
|
Loading…
Reference in a new issue