From 837caf965f0e2a0fe2afe35dd369033f138ec80f Mon Sep 17 00:00:00 2001 From: maintenance team Date: Thu, 28 Feb 2008 13:24:30 +0000 Subject: [PATCH] *** empty log message *** --- 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 b82f97d..437d152 100755 --- a/config_files/common.sh +++ b/config_files/common.sh @@ -827,7 +827,7 @@ if [ "$l" != "X" ] ; then # 19. process graphviz dependencies graphvizdir=`printenv GRAPHVIZHOME`/lib if [ ! -d ${graphvizdir} ] ; then graphvizdir=`printenv GRAPHVIZHOME`/lib ; fi - sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*graphviz[^[:space:]]*/lib% \1${graphvizdir}%g" $l > $l"_" + sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*graphviz-[0-9]\.[0-9]\+\.[0-9]/lib% \1${graphvizdir}%g" $l > $l"_" chmod -f --reference=$l $l"_" mv -f $l"_" $l -- 2.39.2