diff options
| author | Adam Vandenberg | 2013-05-03 11:43:13 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-03 11:43:13 -0700 |
| commit | 66c9bb0f429f0b3683b014a534b5227fb97f01fb (patch) | |
| tree | 191b9e80df942256e5ae81cf199e2c378bfe9b8c /Library/Formula/nu.rb | |
| parent | 11bf38b2b1aa2e64be6ab418edf57693f7ac0d70 (diff) | |
| download | homebrew-66c9bb0f429f0b3683b014a534b5227fb97f01fb.tar.bz2 | |
nu: revert this change
Diffstat (limited to 'Library/Formula/nu.rb')
| -rw-r--r-- | Library/Formula/nu.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nu.rb b/Library/Formula/nu.rb index 9af63ecab..e9136983a 100644 --- a/Library/Formula/nu.rb +++ b/Library/Formula/nu.rb @@ -51,7 +51,7 @@ class Nu < Formula arch = :x86_64 if arch == :i386 && Hardware.is_64_bit? s.sub!(/^;;\(set @arch '\("i386"\)\)$/, "(set @arch '(\"#{arch}\"))") unless arch.nil? s.gsub!('(SH "sudo ', '(SH "') # don't use sudo to install - s.gsub!('#{@destdir}/Library/Frameworks', '#{@frameworks}') + s.gsub!('#{@destdir}/Library/Frameworks', '#{@prefix}/Library/Frameworks') s.sub! /^;; source files$/, <<-EOS ;; source files (set @framework_install_path "#{frameworks}") |
