diff options
| author | Max Howell | 2009-06-05 13:43:11 +0100 | 
|---|---|---|
| committer | Max Howell | 2009-06-05 13:43:11 +0100 | 
| commit | b8a6e262696d340d2f98040487f769fa69c38375 (patch) | |
| tree | 1862d18783fd6ad69533f1e7b53eba109ecc2cde /Library/Formula/cmake.rb | |
| parent | 2bdfd1bc54aea755586ed73c2a029df809780cce (diff) | |
| download | homebrew-b8a6e262696d340d2f98040487f769fa69c38375.tar.bz2 | |
Don't version docs with cmake and flac
Diffstat (limited to 'Library/Formula/cmake.rb')
| -rw-r--r-- | Library/Formula/cmake.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index ee35e3eef..32f77bb96 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -9,5 +9,6 @@ class Cmake <Formula      system "make install"      ['man','doc'].each { |d| (prefix+d).mv prefix+'share' } +    (doc.parent+'cmake-2.6').mv doc    end  end
\ No newline at end of file  | 
