mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
subversion: corrected location of python-bindings
svn path=/nixpkgs/branches/stdenv-updates/; revision=10427
This commit is contained in:
parent
e6a64be5c8
commit
77ccd225e7
@ -7,8 +7,8 @@ fi
|
|||||||
|
|
||||||
postInstall() {
|
postInstall() {
|
||||||
if test "$pythonBindings"; then
|
if test "$pythonBindings"; then
|
||||||
make 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)
|
make install-swig-py swig_pydir=$(toPythonPath $out)/libsvn swig_pydir_extra=$(toPythonPath $out)/svn
|
||||||
fi
|
fi
|
||||||
if test "$perlBindings"; then
|
if test "$perlBindings"; then
|
||||||
make swig-pl-lib
|
make swig-pl-lib
|
||||||
|
Loading…
Reference in New Issue
Block a user