From eed988ef7ab9732dc4d51afae056a7882841cacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 26 Jan 2010 16:56:14 +0000 Subject: [PATCH] - fix download location (openoffice-bin_arch had typo) - reorganise file (comments are not supported after variables) - inform about internally used variable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31996 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/openoffice-bin/buildout.cfg | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/buildout/openoffice-bin/buildout.cfg b/buildout/openoffice-bin/buildout.cfg index 320e75b284..a98541d320 100644 --- a/buildout/openoffice-bin/buildout.cfg +++ b/buildout/openoffice-bin/buildout.cfg @@ -4,11 +4,12 @@ parts = openoffice-bin [configuration] -openoffice-bin_arch = X86_64 # autodetection required -openoffice-bin_system = Linux # autodetection required +# autodetection required +openoffice-bin_arch = X86-64 +# autodetection required +openoffice-bin_system = Linux openoffice-bin_version = 3.1.1 -openoffice-bin_base = - http://download.services.openoffice.org/files/stable/${:openoffice-bin_version} +openoffice-bin_base = http://download.services.openoffice.org/files/stable/${:openoffice-bin_version} openoffice-bin_target_dir = OOO310_m19_native_packed-2_en-US.9420 [openoffice-bin] @@ -20,4 +21,5 @@ hack-openoffice-python = yes download-url = ${configuration:openoffice-bin_base}/OOo_${configuration:openoffice-bin_version}_${configuration:openoffice-bin_system}${configuration:openoffice-bin_arch}_install_wJRE_en-US.tar.gz unpack-name = ${configuration:openoffice-bin_target_dir} +# below version is internally used in recipe version = 3 -- 2.30.9