aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2010-12-11 18:37:38 +0000
committerMike McQuaid2010-12-11 18:38:48 +0000
commita675acf34e10e7f9c17dfca6a126e894192b00b1 (patch)
treea38a4ec215ce3e61c7b25b5ec8253cad3f823b33 /Library/Formula
parent63594d9044b8c65b1d7d0cc98dac3812c5187541 (diff)
downloadhomebrew-a675acf34e10e7f9c17dfca6a126e894192b00b1.tar.bz2
Fix lxsplit installing incorrectly.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lxsplit.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/lxsplit.rb b/Library/Formula/lxsplit.rb
index d81fbf15f..abf19435e 100644
--- a/Library/Formula/lxsplit.rb
+++ b/Library/Formula/lxsplit.rb
@@ -6,9 +6,7 @@ class Lxsplit <Formula
md5 'ed21a08c167c08d4d81c820782947cb1'
def install
- inreplace 'Makefile' do |s|
- s.change_make_var! "INSTALL_PATH", prefix
- end
+ inreplace 'Makefile', '/usr/local/bin', bin
system "make"
system "make install"