Browse Source

subversion: removed explicit call to install_init

user/chris/old/ruby
Alejandro Mery 15 years ago
parent
commit
7f1f31f27b
  1. 2
      develop/subversion/subversion.conf

2
develop/subversion/subversion.conf

@ -63,7 +63,6 @@ svn_inst_rb() {
make install-swig-rb
}
hook_add postmake 3 "install_init svnserve $confdir/svnserve.init"
hook_add postmake 4 "cp -vrf tools $docdir"
# if swig is present build and install the perl and python bindings
@ -86,4 +85,3 @@ if pkginstalled bdb; then
else
var_append extraconfopt " " "--without-berkeley-db"
fi

Loading…
Cancel
Save