aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/multimarkdown.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb
index d5ce20fc3..0528eceb7 100644
--- a/Library/Formula/multimarkdown.rb
+++ b/Library/Formula/multimarkdown.rb
@@ -4,7 +4,7 @@ class Multimarkdown < Formula
homepage 'http://fletcherpenney.net/multimarkdown/'
url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.0'
md5 '607387dc346a71203f100564874294fe'
- head 'https://github.com/fletcher/peg-multimarkdown.git'
+ head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development'
depends_on 'pkg-config' => :build
depends_on 'gettext'
@@ -13,5 +13,7 @@ class Multimarkdown < Formula
def install
system "make"
bin.install 'multimarkdown'
+ bin.install Dir['Support/bin/*']
+ bin.install Dir['scripts/*']
end
end