diff options
| author | Adam Vandenberg | 2010-06-17 16:53:05 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-17 16:53:17 -0700 |
| commit | 0c1f68a8af94c3a51a5d7d5a5f0002444c748ac2 (patch) | |
| tree | 6318eda1a2d6e0dd1c05def7f8066fc8fb2f9062 /Library | |
| parent | 5b5e62f545bc04cb7a757ebbdc67d57572b32611 (diff) | |
| download | homebrew-0c1f68a8af94c3a51a5d7d5a5f0002444c748ac2.tar.bz2 | |
io - install license file
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/io.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb index 107ca6620..f89f06373 100644 --- a/Library/Formula/io.rb +++ b/Library/Formula/io.rb @@ -9,14 +9,16 @@ class Io <Formula def install ENV.j1 - FileUtils.mkdir 'io-build' + mkdir 'io-build' Dir.chdir 'io-build' do system "cmake .. #{std_cmake_parameters}" system "make install" end - FileUtils.rm_f Dir['docs/*.pdf'] + rm_f Dir['docs/*.pdf'] doc.install Dir['docs/*'] + + prefix.install 'license/bsd_license.txt' => 'LICENSE' end end |
