diff options
| author | Jack Nagel | 2013-12-10 23:41:34 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-10 23:41:34 -0600 |
| commit | 0203cdbea4c8d71face7e0b7a95a4d01e4965587 (patch) | |
| tree | 0cff0a980a55fd2d6a8b4467f8b96e27c5ca40dc /Library/Formula/nu.rb | |
| parent | 7a80478e844b226ce933a4b219a96d37b24ec947 (diff) | |
| download | homebrew-0203cdbea4c8d71face7e0b7a95a4d01e4965587.tar.bz2 | |
nu: nuke dead code
Diffstat (limited to 'Library/Formula/nu.rb')
| -rw-r--r-- | Library/Formula/nu.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/nu.rb b/Library/Formula/nu.rb index d8de6e5f3..d6e4c4556 100644 --- a/Library/Formula/nu.rb +++ b/Library/Formula/nu.rb @@ -22,13 +22,6 @@ class Nu < Formula ENV['PREFIX'] = prefix inreplace "Nukefile" do |s| - case Hardware.cpu_type - when :intel - arch = :i386 - when :ppc - arch = :ppc - end - arch = :x86_64 if arch == :i386 && Hardware.is_64_bit? s.gsub!('(SH "sudo ', '(SH "') # don't use sudo to install s.gsub!('#{@destdir}/Library/Frameworks', '#{@prefix}/Frameworks') s.sub! /^;; source files$/, <<-EOS |
