diff options
| author | Max Howell | 2009-05-21 17:50:57 +0100 |
|---|---|---|
| committer | Max Howell | 2009-05-21 17:50:57 +0100 |
| commit | 0b0fa48c313d77b6e4a1d7b472a998b75765437f (patch) | |
| tree | b1e33a24a712bc931b6957433e4bafdabe678000 /Formula | |
| parent | ef7dd6363d988013d326b6b38bae8c686e8b3119 (diff) | |
| download | brew-0b0fa48c313d77b6e4a1d7b472a998b75765437f.tar.bz2 | |
Rename h1 to ohai (for the lulz)
Diffstat (limited to 'Formula')
| -rw-r--r-- | Formula/dmd.rb | 2 | ||||
| -rw-r--r-- | Formula/grc.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Formula/dmd.rb b/Formula/dmd.rb index d390a9fa2..0b6bec2e3 100644 --- a/Formula/dmd.rb +++ b/Formula/dmd.rb @@ -6,7 +6,7 @@ url='http://ftp.digitalmars.com/dmd.1.043.zip' md5='6c83b7296cb84090a9ebc11ab0fb94a2' Formula.new(url, md5).brew do |prefix| - h1 "make" + ohai "make" prefix.mkpath FileUtils.cp_r 'osx/bin', prefix FileUtils.cp_r 'osx/lib', prefix diff --git a/Formula/grc.rb b/Formula/grc.rb index f122d3c4d..591b2e825 100644 --- a/Formula/grc.rb +++ b/Formula/grc.rb @@ -38,7 +38,7 @@ url='http://korpus.juls.savba.sk/~garabik/software/grc/grc_1.1.tar.gz' md5='eeb612aba2fff14cbaf1f3bec7e1eb60' Formula.new(url, md5).brew do |prefix| - h1 "make" + ohai "make" #TODO we should deprefixify since it's python and thus possible inreplace 'grc', '/etc', prefix+'/etc' inreplace 'grc.1', '/etc', prefix+'/etc' |
