From ade940f435d6264406757c92902545da46e36528 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 26 Jan 2011 08:17:20 +0000 Subject: [PATCH] Patch for 5.1.4 (for Debian 5.0 Lenny 64bit) --- 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 f48484d..6cdd55a 100755 --- a/config_files/common.sh +++ b/config_files/common.sh @@ -808,7 +808,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]/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