Fix lxsplit installing incorrectly.
This commit is contained in:
parent
a0eeb0a7f1
commit
a077fe477a
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue