[ooo-build-commit] .: configure.in
René Engelhard
rene at kemper.freedesktop.org
Thu Jul 29 01:42:24 PDT 2010
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e7adef456fc6f8e4824455b1bfe5ff8d00237af6
Author: Rene Engelhard <rene at debian.org>
Date: Thu Jul 29 10:41:05 2010 +0200
make patches/dev300 regognized also for ooo330|OOO330
* configure.in:
diff --git a/configure.in b/configure.in
index 915983f..ba3f347 100644
--- a/configure.in
+++ b/configure.in
@@ -559,7 +559,7 @@ else
GREP=grep
fi
-if echo "$with_tag" | $GREP -E ['^(dev300|ooo320|OOO320)'] >/dev/null 2>/dev/null ; then
+if echo "$with_tag" | $GREP -E ['^(dev300|ooo320|OOO320|ooo330|OOO330)'] >/dev/null 2>/dev/null ; then
APPLY_DIR="$TOOLSDIR/patches/dev300"
else
APPLY_DIR="$TOOLSDIR/patches/$with_tag"
More information about the ooo-build-commit
mailing list