aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/multimarkdown.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-11-11 11:20:09 -0800
committerAdam Vandenberg2012-11-11 11:20:35 -0800
commit1bcf5af975f2b2c079963b2c3718431567f97fc7 (patch)
treefa87b6eb9be5b9ad3c42c19d192d0051ae6e908f /Library/Formula/multimarkdown.rb
parent72be4c55f036601d6644f872af31c93ad293fbd4 (diff)
downloadhomebrew-1bcf5af975f2b2c079963b2c3718431567f97fc7.tar.bz2
Streamline metafile installs
Diffstat (limited to 'Library/Formula/multimarkdown.rb')
-rw-r--r--Library/Formula/multimarkdown.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb
index 906ab8d1f..487dbabf3 100644
--- a/Library/Formula/multimarkdown.rb
+++ b/Library/Formula/multimarkdown.rb
@@ -18,7 +18,7 @@ class Multimarkdown < Formula
bin.install 'multimarkdown'
bin.install Dir['scripts/*']
# The support stuff will be put into the Cellar only
- prefix.install Dir['Support']
+ prefix.install 'Support'
end
def caveats; <<-EOS.undent