aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-29 14:48:30 -0600
committerJack Nagel2013-11-29 14:48:30 -0600
commit66370b6b90f6db92ae59abf76542cd630440d5b4 (patch)
treea32af856e16935ce34b959c78008cc2eee502ca2 /Library/Formula
parent6973f9c9567eb0e73b5f8463ee3e34cee06b9e77 (diff)
downloadhomebrew-66370b6b90f6db92ae59abf76542cd630440d5b4.tar.bz2
fontconfig: set sysconfdir
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fontconfig.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/fontconfig.rb b/Library/Formula/fontconfig.rb
index 3693e0014..df1ff71ef 100644
--- a/Library/Formula/fontconfig.rb
+++ b/Library/Formula/fontconfig.rb
@@ -24,7 +24,8 @@ class Fontconfig < Formula
"--disable-silent-rules",
"--with-add-fonts=/System/Library/Fonts,/Library/Fonts,~/Library/Fonts",
"--prefix=#{prefix}",
- "--localstatedir=#{var}"
+ "--localstatedir=#{var}",
+ "--sysconfdir=#{etc}"
system "make install"
end