aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lua.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2009-12-11 09:53:27 -0800
committerMax Howell2009-12-17 19:19:24 +0000
commitfa52de9bbaa6fcbc03e1b66d36a8450ebb432982 (patch)
treea09be57c6d4bae33c1b9bcad3e410db9e2474e82 /Library/Formula/lua.rb
parent1e40cb1437e54cafa85e1d00bf16e15724dc4e41 (diff)
downloadhomebrew-fa52de9bbaa6fcbc03e1b66d36a8450ebb432982.tar.bz2
Update Lua to install pkg-config info.
Diffstat (limited to 'Library/Formula/lua.rb')
-rw-r--r--Library/Formula/lua.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/lua.rb b/Library/Formula/lua.rb
index 50ed68be2..ad92b0725 100644
--- a/Library/Formula/lua.rb
+++ b/Library/Formula/lua.rb
@@ -22,6 +22,8 @@ class Lua <Formula
system "make macosx"
system "make install"
+
+ (lib+"pkgconfig").install 'etc/lua.pc'
end
end