Upgrade to vte-0.38.2
[hvlinux.git] / stage3 / pkg / subversion
index 822867f..69a4e31 100644 (file)
@@ -1,16 +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_post()
 {
-    # Creating repositories directory
-    mkdir -p /srv/svn
-    chown ${SVN_USER}:${SVN_USER} /srv/svn
+    # Build perl bindings (needed by git-svn)
+    ${HVMAKE} swig-pl
+    ${HVMAKE} install-swig-pl
 }