lxsplit - fix install path/name

This commit is contained in:
Adam Vandenberg 2011-01-23 20:12:15 -08:00
parent b1da7087c8
commit e03257564c

View file

@ -6,8 +6,8 @@ class Lxsplit <Formula
md5 'ed21a08c167c08d4d81c820782947cb1'
def install
bin.mkpath
inreplace 'Makefile', '/usr/local/bin', bin
system "make"
system "make install"
end