Fix lxsplit installing incorrectly.

This commit is contained in:
Mike McQuaid 2010-12-11 18:37:38 +00:00
parent a0eeb0a7f1
commit a077fe477a

View file

@ -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"