From 8d250296fcd42ac31e298c33e50cb69a5c2b494f Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 30 Nov 2016 14:29:21 -0600 Subject: [PATCH] tweak our bashrc %ignore --- support-d/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-d/.bashrc b/support-d/.bashrc index a02d28f971..51e6ca5411 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -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