19 May
2008
19 May
'08
12:53 a.m.
On Sun, May 18, 2008 at 7:48 PM, Geoffroy Carrier <geoffroy.carrier@koon.fr> wrote:
Excerpts from Aaron Griffin's message of Mon May 19 02:08:49 +0200 2008:
Um, first off, you *should* use full paths. The rationale has nothing to do with PATHs, but more to do with PATH ordering and things like that.
Are you suggesting we replace every instance of make to use /usr/bin/make?
In that case, I bet 99% of PKGBUILDs are just WRONG. asust % grep -r make /var/abs|wc -l 10835 asust % grep -r /usr/bin/make /var/abs|wc -l 135
Of course, this is completely inaccurate. But I think I've proven my point, even for ABS (let's forget about AUR).
No, I'm not talking about *doing* anything - I am talking about _the right way_ to do something