diff options
| author | Jack Nagel | 2011-12-11 21:59:30 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2011-12-11 21:59:30 -0600 | 
| commit | e15e01c1ec24d31c56cbd54328568ba5e3fca01d (patch) | |
| tree | b80fcf739b1637b22a8450321202f5f4eda857ca /Library/Formula/cvs2svn.rb | |
| parent | 9791aa9dd52103b6a48217b517a3682b415aeeda (diff) | |
| download | homebrew-e15e01c1ec24d31c56cbd54328568ba5e3fca01d.tar.bz2 | |
'CHANGES' is also a meta file
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/cvs2svn.rb')
| -rw-r--r-- | Library/Formula/cvs2svn.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/cvs2svn.rb b/Library/Formula/cvs2svn.rb index 9e4b06f54..e698828bb 100644 --- a/Library/Formula/cvs2svn.rb +++ b/Library/Formula/cvs2svn.rb @@ -17,7 +17,7 @@ class Cvs2svn < Formula      system "python", "setup.py", "install", "--prefix=#{prefix}"      system "make man"      man1.install gzip('cvs2svn.1', 'cvs2git.1', 'cvs2bzr.1') -    prefix.install %w[ BUGS CHANGES COMMITTERS HACKING +    prefix.install %w[ BUGS COMMITTERS HACKING        cvs2bzr-example.options cvs2git-example.options cvs2hg-example.options        cvs2svn-example.options contrib ] | 
