diff options
| author | Adam Vandenberg | 2009-12-11 09:53:27 -0800 | 
|---|---|---|
| committer | Max Howell | 2009-12-17 19:19:24 +0000 | 
| commit | fa52de9bbaa6fcbc03e1b66d36a8450ebb432982 (patch) | |
| tree | a09be57c6d4bae33c1b9bcad3e410db9e2474e82 /Library/Formula/lua.rb | |
| parent | 1e40cb1437e54cafa85e1d00bf16e15724dc4e41 (diff) | |
| download | homebrew-fa52de9bbaa6fcbc03e1b66d36a8450ebb432982.tar.bz2 | |
Update Lua to install pkg-config info.
Diffstat (limited to 'Library/Formula/lua.rb')
| -rw-r--r-- | Library/Formula/lua.rb | 2 | 
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  | 
