subversion: install svnmucc and other svn tools
Some useful tools can be installed through 'make install-tools'. Among them, the following five binaries have filenames with the prefix 'svn', and won't conflict with binaries form other packages. So it's safe to install these tools by default. * svn-populate-node-origins-index * svn-rep-sharing-stats * svnauthz-validate * svnmucc * svnraisetreeconflict Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
This commit is contained in:
parent
9ec8e0eb3c
commit
e93d0df41b
1 changed files with 12 additions and 0 deletions
|
@ -108,6 +108,18 @@ class Subversion < Formula
|
|||
system "make install"
|
||||
bash_completion.install 'tools/client-side/bash_completion' => 'subversion'
|
||||
|
||||
system "make tools"
|
||||
system "make install-tools"
|
||||
%w[
|
||||
svn-populate-node-origins-index
|
||||
svn-rep-sharing-stats
|
||||
svnauthz-validate
|
||||
svnmucc
|
||||
svnraisetreeconflict
|
||||
].each do |prog|
|
||||
bin.install_symlink bin/"svn-tools"/prog
|
||||
end
|
||||
|
||||
python do
|
||||
system "make swig-py"
|
||||
system "make install-swig-py"
|
||||
|
|
Loading…
Reference in a new issue