aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/coreutils.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-23 11:33:34 -0700
committerAdam Vandenberg2011-03-23 11:33:34 -0700
commitd86925ca29a4e2d98140cd1e4bc8a3c536ad03ff (patch)
tree4c1747656ad16daee046da478842409bf220224c /Library/Formula/coreutils.rb
parente3c98c9a13e70ac01c3c6720ab9915273aeefabd (diff)
downloadhomebrew-d86925ca29a4e2d98140cd1e4bc8a3c536ad03ff.tar.bz2
coreutils 8.10
Diffstat (limited to 'Library/Formula/coreutils.rb')
-rw-r--r--Library/Formula/coreutils.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb
index 39af2cf72..bdab3fd82 100644
--- a/Library/Formula/coreutils.rb
+++ b/Library/Formula/coreutils.rb
@@ -26,8 +26,8 @@ def coreutils_aliases
end
class Coreutils < Formula
- url "http://ftp.gnu.org/gnu/coreutils/coreutils-8.7.tar.gz"
- md5 '3c1ae9531159447083ae8f25ae554b81'
+ url "http://ftp.gnu.org/gnu/coreutils/coreutils-8.10.tar.gz"
+ md5 '74d54d09fc5c1bd3337127f49c88b1c5'
homepage 'http://www.gnu.org/software/coreutils'
def options
@@ -39,8 +39,6 @@ class Coreutils < Formula
args << "--program-prefix=g" unless use_default_names?
system "./configure", *args
- system "make"
- ENV.j1 # Install isn't parallel-safe
system "make install"
(prefix+'aliases').write(coreutils_aliases)