Commit 89eaa623 authored by Łukasz Nowak's avatar Łukasz Nowak

- use more descriptive part name

 - follow part:filename convention, as it is better fix in context of part


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32779 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 828fd62b
......@@ -13,10 +13,10 @@ configure-options =
--without-mecab
--enable-nfkc=no
[tritonn-patch]
[mysql-5.0-tritonn-patch]
recipe = hexagonit.recipe.download
patch = tritonn-1.0.12-mysql-5.0.87.diff
url = http://dl.sourceforge.jp/tritonn/44472/${:patch}
filename = tritonn-1.0.12-mysql-5.0.87.diff
url = http://dl.sourceforge.jp/tritonn/44472/${:filename}
download-only = true
[mysql-tritonn-5.0]
......@@ -35,7 +35,7 @@ configure-options =
--with-server-suffix=mysql-tritonn-5.0
patch-options = -p1
patches = ${tritonn-patch:location}/${tritonn-patch:patch}
patches = ${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename}
environment =
PATH =${senna:location}/bin:%(PATH)s
CFLAGS =-I${senna:location}/include
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment