aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/discount.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/discount.rb')
-rw-r--r--Library/Formula/discount.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/discount.rb b/Library/Formula/discount.rb
index 021f8af8d..56e3427ce 100644
--- a/Library/Formula/discount.rb
+++ b/Library/Formula/discount.rb
@@ -1,16 +1,16 @@
require 'formula'
class Discount < Formula
- url 'https://github.com/Orc/discount/tarball/v2.1.3'
homepage 'http://www.pell.portland.or.us/~orc/Code/discount/'
+ url 'https://github.com/Orc/discount/tarball/v2.1.3'
md5 '0c6db0556506724dac050ec19ab625b5'
def install
system "./configure.sh", "--prefix=#{prefix}", "--mandir=#{man}",
"--with-dl=Both", "--enable-all-features"
- bin.mkdir
- lib.mkdir
- include.mkdir
+ bin.mkpath
+ lib.mkpath
+ include.mkpath
system "make install.everything"
end
end