From a5982c7ae8f21b127881508a337375dc67e72875 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 8 Mar 2011 09:54:03 +0000 Subject: [PATCH] z3c.recipe.openoffice-0.3.1dev5 uses setuptools.archive_util.unpack_archive instead of invoking 'tar' command. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44034 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/libreoffice-bin.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildout/software-profiles/libreoffice-bin.cfg b/buildout/software-profiles/libreoffice-bin.cfg index 7766d49fe1..fe67c640d5 100644 --- a/buildout/software-profiles/libreoffice-bin.cfg +++ b/buildout/software-profiles/libreoffice-bin.cfg @@ -9,7 +9,7 @@ versions = versions [versions] # special version of z3c.recipe.openoffice with architecture autodetection -z3c.recipe.openoffice = 0.3.1dev4 +z3c.recipe.openoffice = 0.3.1dev5 [libreoffice-bin] recipe = z3c.recipe.openoffice @@ -18,4 +18,4 @@ install-pyuno-egg = no hack-openoffice-python = no flavour = libreoffice # here, two %s are used, first one is for directory name (eg. x86_64), and second one is for filename (eg. x86-64). -base-url = http://download.documentfoundation.org/libreoffice/stable/3.3.1/rpm/%s/LibO_3.3.1_Linux_%s_install-rpm_en-US.tar.gz +# base-url = http://download.documentfoundation.org/libreoffice/stable/3.3.1/rpm/%s/LibO_3.3.1_Linux_%s_install-rpm_en-US.tar.gz -- 2.30.9