1
Fork 0

pw-uninstalled: Don't override environment variables

LD_LIBRARY_PATH and GST_PLUGIN_PATH might be set already in the parent shell.
This commit is contained in:
Philippe Normand 2019-12-15 14:51:15 +00:00
parent efd68e3cc1
commit 0d87b32f0e
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ export PIPEWIRE_CONFIG_FILE="${BUILDDIR}/src/daemon/pipewire.conf"
export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins"
export PIPEWIRE_MODULE_DIR="${BUILDDIR}/src/modules"
export PATH="${BUILDDIR}/src/daemon:${BUILDDIR}/src/tools:${PATH}"
export LD_LIBRARY_PATH="${BUILDDIR}/pipewire-pulseaudio/src/:${BUILDDIR}/src/pipewire/:${BUILDDIR}/pipewire-jack/src/"
export GST_PLUGIN_PATH="${BUILDDIR}/src/gst/"
export LD_LIBRARY_PATH="${BUILDDIR}/pipewire-pulseaudio/src/:${BUILDDIR}/src/pipewire/:${BUILDDIR}/pipewire-jack/src/:${LD_LIBRARY_PATH}"
export GST_PLUGIN_PATH="${BUILDDIR}/src/gst/:${GST_PLUGIN_PATH}"
# FIXME: find a nice, shell-neutral way to specify a prompt
${SHELL}