mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gst-uninstalled: rename uninstalled registry file to registry.dat
We're not using the xml registry any longer after all.
This commit is contained in:
parent
0f0d3cb146
commit
19847e1956
1 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,9 @@ ${GST_PLUGIN_PATH:+:$GST_PLUGIN_PATH}"
|
|||
export GST_PLUGIN_SYSTEM_PATH=
|
||||
# set our registry somewhere else so we don't mess up the registry generated
|
||||
# by an installed copy
|
||||
export GST_REGISTRY=$GST/gstreamer/registry.xml
|
||||
rm -f $GST/gstreamer/registry.xml 2>/dev/null
|
||||
export GST_REGISTRY=$GST/gstreamer/registry.dat
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue