aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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