On 08/07/13 11:31, Gleydson Soares wrote:
[email protected] writes:
On 08/07/13 04:56, Jérémie Courrèges-Anglas wrote:
Using absolute paths takes one configuration trick away from the user.
(eg. $ cat ~/bin/mplayer #! /bin/sh exec /usr/local/bin/myplayer ) And
for this package, it's the only trick available. I'd say it does more
harm than good here.
Removing absolute paths removes the need to care about the post-patch
line, since it goes away. Updated tarball attached that does this, plus
adds NO_TEST=Yes.
~Brian
OK gsoares@
btw
seems upstream is working to add configuration files support. so, maybe in
next release the users will be able to edit your own config instead of
hardcode source code.
Yes I know. I've been working closely with upstream :)
from upstream cgo TODO list:
- write a man page or something like that
- configuration files (editing code is not that easy for everyone)