[Libreoffice] [PATCH] In download.in file, use 3.3.1 as LibreOffice regexp value to correctly get tarballs.

Gökçen Eraslan gokcen at pardus.org.tr
Fri Feb 11 07:58:30 PST 2011


This patch makes ./download command in LibreOffice 3.3.1.0 work with --without-git option.

---
 download.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/download.in b/download.in
index e6c93fb..661bc2c 100755
--- a/download.in
+++ b/download.in
@@ -112,7 +112,7 @@ sub download_tests_dependencies() {
     'binutils-.*'                        => '@MIRROR@/support',
     'gcc-.*'                             => '@MIRROR@/support',
     'libreoffice-.*-3\.2\.9.*'           => 'http://download.documentfoundation.org/libreoffice/src/',
-    'libreoffice-.*-3\.3\.0.*'           => 'http://download.documentfoundation.org/libreoffice/src/',
+    'libreoffice-.*-3\.3\.1.*'           => 'http://download.documentfoundation.org/libreoffice/src/',
     'beb300-m.*'                         => '@MIRROR@/BEB300',
     'dev300-m.*'                         => '@MIRROR@/DEV300',
     'ooo300-m.*'                         => '@MIRROR@/OOO300',
-- 
1.7.3.4



More information about the LibreOffice mailing list