X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fsubversion;h=69a4e31270ac09debbe836ec2f67e4c4d056b2a1;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=6a1a13596642530a263344031c964b5d050b9c4b;hpb=a499ee54f561336f069a7f664a11c4970c9248bc;p=hvlinux.git diff --git a/stage3/pkg/subversion b/stage3/pkg/subversion index 6a1a135..69a4e31 100644 --- a/stage3/pkg/subversion +++ b/stage3/pkg/subversion @@ -1,27 +1,8 @@ #!/bin/bash -SVN_USER=svn - -hvconfig_pre() -{ - groupadd -f ${SVN_USER} - hv_useradd -c SvnServer -d /dev/null -g ${SVN_USER} -s /bin/false ${SVN_USER} -} - -hvbuild() +hvbuild_post() { - ${HVMAKE} - # Build perl bindings (needed by git-svn) ${HVMAKE} swig-pl - - ${HVMAKE} install ${HVMAKE} install-swig-pl } - -hvbuild_post() -{ - # Creating repositories directory - mkdir -p /srv/svn - chown ${SVN_USER}:${SVN_USER} /srv/svn -}