From: vsr Date: Wed, 26 Jan 2011 08:17:20 +0000 (+0000) Subject: Patch for 5.1.4 (for Debian 5.0 Lenny 64bit) X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV5_1_4_BR;p=tools%2Finstall.git Patch for 5.1.4 (for Debian 5.0 Lenny 64bit) --- 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