aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mruby.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/mruby.rb b/Library/Formula/mruby.rb
index bad2dae66..c6972fc28 100644
--- a/Library/Formula/mruby.rb
+++ b/Library/Formula/mruby.rb
@@ -23,6 +23,8 @@ class Mruby < Formula
lib.install Dir["lib/*.a"]
prefix.install %w{bin mrbgems mrblib tools}
end
+
+ prefix.install "include"
end
test do