subversion: corrected location of python-bindings
svn path=/nixpkgs/branches/stdenv-updates/; revision=10427
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user