Commit graph

4 commits

Author SHA1 Message Date
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