Re: [Module::Build] Array form of do_system causing problems
Status: Beta
Brought to you by:
kwilliams
|
From: Stephen J. S. <sj...@kh...> - 2003-10-17 05:38:18
|
On Thu, 2003-10-16 at 20:36, Ken Williams wrote: > On Thursday, October 16, 2003, at 01:40 PM, Chris Dolan wrote: > > I build packages like this: > > Build dist gzip="gzip -f --best" > > The 'gzip' parameter is intended to be the path to gzip, not the path > plus arguments. But if it's important to take arguments, that could be > added. An alias (alias gzbest='gzip -f --best') or a script that calls gzip will work right? Is that too inconvenient? It wouldn't be to me, I don't think. |