From 984e8cffef9bfa33ff45211fedcf089cb6160968 Mon Sep 17 00:00:00 2001 From: inv Date: Wed, 22 Dec 2010 07:09:12 +0000 Subject: [PATCH] Update for new version libxml --- 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 ab9a3e4..197d87e 100755 --- a/config_files/common.sh +++ b/config_files/common.sh @@ -818,7 +818,7 @@ if [ "$l" != "X" ] ; then # 15. process libxml dependencies libxmldir=`printenv LIBXML_DIR`/lib if [ ! -d ${libxmldir} ] ; then libxmldir=`printenv LIBXML_DIR`/lib ; fi - sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*libxml2-[0-9]\.[0-9]\.[0-9][0-9]/lib% \1${libxmldir}%g" $l > $l"_" + sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*libxml2-[0-9]\.[0-9]\.[0-9]/lib% \1${libxmldir}%g" $l > $l"_" mv -f $l"_" $l sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*libxml2/lib% \1${libxmldir}%g" $l > $l"_" mv -f $l"_" $l -- 2.39.2