Commit Graph

3 Commits (4730dbdb6b4bef74618c012bd878c563df6aab5b)

Author SHA1 Message Date
Jack Nagel 2608cfc44c md5sha1sum: fix binary mis-naming issue
The md5sha1sum configure script looks in PREFIX (/usr/local by default)
to see if there are existing md5sum and sha1sum binaries, and adds the
prefix 'ub' to its own binaries if it finds them. This breaks
compatibility with sloccount, which depends on this specific md5
package. Fix it by passing '--prefix=#{prefix}' to configure.

They will override existing md5sum and sha1sum binaries when linked into
the prefix, but some measure of responsibility has to be on the user.

Fixes Homebrew/homebrew#5472.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01 19:43:43 -05:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Julien BLANCHARD c9affed5b8 md5sha1sum formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Use a manual install step.
2010-02-11 12:24:38 -08:00