提交 8d250296 authored 作者: Brian West's avatar Brian West

tweak our bashrc %ignore

上级 9d249a66
......@@ -12,7 +12,7 @@ if [ "`id -u`" = "0" ]; then
if [ -d /usr/src/freeswitch.git/support-d/utils ]; then
export PATH="/usr/src/freeswitch.git/support-d/utils:$PATH"
fi
export PCVAR=`find /usr -name freeswitch.pc| grep -v build/freeswitch.pc`
export PCVAR=`find /usr -name freeswitch.pc | grep -v build/freeswitch.pc | sed -e ':a' -e 'N' -e 's/\n/:/g'`
if [ -n "$PCVAR" ]; then
export PCDIR=${PCVAR%/*}
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$PCDIR:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论