Commit Graph

9 Commits (adec1eeee6d7d464df230a09d5702e6eab4f75ae)

Author SHA1 Message Date
Adam Vandenberg 3346807775 coreutils - note that aliases break things 2010-10-20 08:50:10 -07:00
Adam Vandenberg aca2595817 coreutils - handle the aliases in a better way 2010-10-17 15:44:59 -07:00
Adam Vandenberg ac4e28a5ba Document all existing install options. 2010-08-10 13:05:20 -07:00
Adam Vandenberg cdfa30b495 coreutils - generate aliases 2010-07-22 13:42:00 -07:00
Adam Vandenberg ba6579b5fb Update coreutils to 8.5 and silence constant warning. 2010-07-01 19:03:04 -07:00
Ed Ceaser 33bade21a0 add default-names to coreutils
adds a --default-names option to coreutils which generates binaries without
a prefix, removing the need for tons of aliases.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-16 22:05:22 -08:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Joe Shaw 3874f6f4c6 coreutils aliases should use brew --prefix, not /usr/local
The aliases file which can be generated with brew --install hardcodes
/usr/local.  Changed it to set a brew_prefix environment variable
and use it instead.
2009-09-30 01:24:31 +01:00
Tom von Schwerdtner 13af1c5120 GNU Core Utilities formula
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system. These are the core utilities which are
expected to exist on every operating system.
2009-08-31 18:09:20 +01:00