aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/json-c.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/json-c.rb b/Library/Formula/json-c.rb
index 8c3dd20b4..e888bdcc8 100644
--- a/Library/Formula/json-c.rb
+++ b/Library/Formula/json-c.rb
@@ -12,6 +12,6 @@ class JsonC < Formula
# The Makefile forgets to install this header. This is fixed upstream and
# can be pulled on the next release.
- include.install 'json_object_iterator.h'
+ (include/'json').install 'json_object_iterator.h'
end
end