Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
71bba7c8fd
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/base/subversion/subversion.conf

+ 3
- 0
package/base/subversion/subversion.conf

@ -89,6 +89,9 @@ export PYTHONPATH=\$PYTHONPATH\${PYTHONPATH:+:}/$prefix/lib/svn-python
EOF
}
# hotfix, without this "perl -e 'use SVN::Core'" (and others?) do not work
export LIBS="-lz -lssl"
hook_add postmake 3 "install_init svnserve $confdir/svnserve.init"
hook_add postmake 4 "cp -vrf tools $docdir"

Loading…
Cancel
Save