From 9e43698b5c76b5520eebf63546ea1d83c97d5383 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Wed, 3 Jun 2009 06:40:36 +0000 Subject: [PATCH] Update for QScintilla 2.3.2 --- 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 01b490f..beaff54 100755 --- a/config_files/common.sh +++ b/config_files/common.sh @@ -843,7 +843,7 @@ if [ "$l" != "X" ] ; then # 20. process QScintilla-2.3 dependencies qscintilladir=`printenv QSCINTILLA_DIR`/lib if [ ! -d ${qscintilladir} ] ; then qscintilladir=`printenv QSCINTILLA_DIR`/lib ; fi - sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*QScintilla-[0-9]\.[0-9]/lib% \1${qscintilladir}%g" $l > $l"_" + sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*QScintilla-[0-9]\.[0-9]\.[0-9]/lib% \1${qscintilladir}%g" $l > $l"_" chmod -f --reference=$l $l"_" mv -f $l"_" $l -- 2.39.2