subversion: corrected location of python-bindings

svn path=/nixpkgs/branches/stdenv-updates/; revision=10427
This commit is contained in:
Yury G. Kudryashov 2008-01-31 10:40:09 +00:00
parent e6a64be5c8
commit 77ccd225e7

View file

@ -7,8 +7,8 @@ fi
postInstall() {
if test "$pythonBindings"; then
make swig-py swig_pydir=$(toPythonPath $out)
make install-swig-py swig_pydir=$(toPythonPath $out)
make swig-py swig_pydir=$(toPythonPath $out)/libsvn swig_pydir_extra=$(toPythonPath $out)/svn
make install-swig-py swig_pydir=$(toPythonPath $out)/libsvn swig_pydir_extra=$(toPythonPath $out)/svn
fi
if test "$perlBindings"; then
make swig-pl-lib