From 7f1f31f27b5a8b0a1e60b439a16637461feee36b Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 30 Nov 2009 14:25:18 +0100 Subject: [PATCH] subversion: removed explicit call to install_init --- develop/subversion/subversion.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/develop/subversion/subversion.conf b/develop/subversion/subversion.conf index f288fa3d2..287ffcd63 100644 --- a/develop/subversion/subversion.conf +++ b/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 -