From 51fd7b4377d1e10d1b1ee74c85068024f167e591 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 2 Jun 2006 09:18:11 +0000 Subject: [PATCH] Fix another bug with *.la files --- config_files/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_files/common.sh b/config_files/common.sh index e8dcaf4..8d9fd0f 100755 --- a/config_files/common.sh +++ b/config_files/common.sh @@ -509,7 +509,7 @@ if [ "$l" != "X" ] ; then moddir=`printenv ${mod}_ROOT_DIR` if [ -n "${moddir}" ] ; then #echo $l $mod $moddir - sed -e "s%\(-L\|[[:space:]]\)[^[:space:]]*${mod}[^[:space:]/]*/lib%\1${moddir}/lib%g" $l > $l"_" + sed -e "s%\(-L\)\?[^[:space:]]*${mod}[^[:space:]/]*/lib%\1${moddir}/lib%g" $l > $l"_" mv -f $l"_" $l fi done -- 2.39.2