aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/avra.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/avra.rb b/Library/Formula/avra.rb
index e21084fc4..0be673c4d 100644
--- a/Library/Formula/avra.rb
+++ b/Library/Formula/avra.rb
@@ -17,6 +17,7 @@ class Avra < Formula
system "./configure", "--prefix=#{prefix}"
system "make install"
end
+ (share/"avra").install Dir["includes/*"]
end
test do