diff --git a/Formula/lout.rb b/Formula/lout.rb index cd0ffebb8d3..8eb12527ed8 100644 --- a/Formula/lout.rb +++ b/Formula/lout.rb @@ -1,8 +1,8 @@ require 'formula' class Lout < Formula - url 'ftp://ftp.cs.usyd.edu.au/jeff/lout/lout-3.38.tar.gz' homepage 'http://sourceforge.net/apps/mediawiki/lout/index.php' + url 'ftp://ftp.cs.usyd.edu.au/jeff/lout/lout-3.38.tar.gz' sha1 '2c4aec500dc27a00298f8265b9249d74d97e5466' def install @@ -14,7 +14,7 @@ class Lout < Formula end bin.mkpath man1.mkpath - (doc + 'lout').mkpath + (doc/'lout').mkpath system "make allinstall" end end