1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

subversion: corrected location of python-bindings

svn path=/nixpkgs/trunk/; revision=10412
This commit is contained in:
Yury G. Kudryashov 2008-01-30 16:03:18 +00:00
parent 47a16b87d6
commit b16562e38c

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