From 0ac3f827f8add86cdde13caf11815064298be0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 9 Feb 2010 09:31:57 +0000 Subject: [PATCH] - remove bogus XXX Downloads cache shall be never use directly. Location is good way to declare downloaded file location. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32345 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/mysql-tritonn-5.0/buildout.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/buildout/mysql-tritonn-5.0/buildout.cfg b/buildout/mysql-tritonn-5.0/buildout.cfg index 18de0e5930..091e1a84c9 100644 --- a/buildout/mysql-tritonn-5.0/buildout.cfg +++ b/buildout/mysql-tritonn-5.0/buildout.cfg @@ -24,7 +24,6 @@ url = http://downloads.mysql.com/archives/mysql-5.0/mysql-5.0.87.tar.gz pre-configure-hook = ${buildout:directory}/mysql-tritonn-5.0/src/mysql_pre_configure.py:hook configure-options = --with-senna --without-mecab patch-options = -p1 -# XXX: Workarounded by using installed parts location, better solution welcome patches = ${tritonn-patch:location}/${tritonn-patch:patch} environment = PATH =${senna:location}/bin:%(PATH)s -- 2.30.9