diff options
| author | Adam Vandenberg | 2012-11-11 11:20:09 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-11 11:20:35 -0800 |
| commit | 1bcf5af975f2b2c079963b2c3718431567f97fc7 (patch) | |
| tree | fa87b6eb9be5b9ad3c42c19d192d0051ae6e908f /Library/Formula/libstxxl.rb | |
| parent | 72be4c55f036601d6644f872af31c93ad293fbd4 (diff) | |
| download | homebrew-1bcf5af975f2b2c079963b2c3718431567f97fc7.tar.bz2 | |
Streamline metafile installs
Diffstat (limited to 'Library/Formula/libstxxl.rb')
| -rw-r--r-- | Library/Formula/libstxxl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libstxxl.rb b/Library/Formula/libstxxl.rb index 59a008ce6..64f531bb3 100644 --- a/Library/Formula/libstxxl.rb +++ b/Library/Formula/libstxxl.rb @@ -11,7 +11,7 @@ class Libstxxl < Formula system "make", "config_gnu", "USE_MACOSX=yes" system "make", "library_g++", "USE_MACOSX=yes" - prefix.install Dir['include'] + prefix.install 'include' lib.install 'lib/libstxxl.a' end end |
