aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nu.rb
diff options
context:
space:
mode:
authorJack Nagel2013-12-10 23:41:34 -0600
committerJack Nagel2013-12-10 23:41:34 -0600
commit0203cdbea4c8d71face7e0b7a95a4d01e4965587 (patch)
tree0cff0a980a55fd2d6a8b4467f8b96e27c5ca40dc /Library/Formula/nu.rb
parent7a80478e844b226ce933a4b219a96d37b24ec947 (diff)
downloadhomebrew-0203cdbea4c8d71face7e0b7a95a4d01e4965587.tar.bz2
nu: nuke dead code
Diffstat (limited to 'Library/Formula/nu.rb')
-rw-r--r--Library/Formula/nu.rb7
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