Rename mv_from to install

This commit is contained in:
Max Howell 2009-06-15 00:55:18 +01:00
parent 9bc3e7c0c8
commit 3ecaf72273
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ class Dos2unix <Formula
system "make clean"
system "make"
# make install is broken due to INSTALL file, but also it sucks so we'll do it
bin.mv_from ['dos2unix', 'mac2unix']
man1.mv_from ['dos2unix.1', 'mac2unix.1']
bin.install ['dos2unix', 'mac2unix']
man1.install ['dos2unix.1', 'mac2unix.1']
end
end

View file

@ -7,6 +7,6 @@ class Pngcrush <Formula
def install
system "make"
bin.mv_from 'pngcrush'
bin.install 'pngcrush'
end
end