diff options
| author | Adam Vandenberg | 2010-09-19 11:15:10 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-09-19 11:15:10 -0700 | 
| commit | be9b9bb30d143326377b272b2c0c541caa7905b8 (patch) | |
| tree | 45fcb8d169cccc621660800fac8d288fe01c41e0 /Library/Formula/cvs2svn.rb | |
| parent | ba010f10f578c6e096e4124dc144ccb816f07d89 (diff) | |
| download | homebrew-be9b9bb30d143326377b272b2c0c541caa7905b8.tar.bz2 | |
use gzip multi-arg support
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 e37cbf375..f7796e4db 100644 --- a/Library/Formula/cvs2svn.rb +++ b/Library/Formula/cvs2svn.rb @@ -16,7 +16,7 @@ class Cvs2svn <Formula      system "python", "setup.py", "install", "--prefix=#{prefix}"      system "make man" -    man1.install [gzip('cvs2svn.1'), gzip('cvs2git.1'), gzip('cvs2bzr.1')] +    man1.install gzip('cvs2svn.1', 'cvs2git.1', 'cvs2bzr.1')      prefix.install %w[ BUGS CHANGES COMMITTERS HACKING        cvs2bzr-example.options cvs2git-example.options cvs2hg-example.options        cvs2svn-example.options contrib ] | 
