subversion: corrected location of python-bindings
svn path=/nixpkgs/trunk/; revision=10412
This commit is contained in:
parent
47a16b87d6
commit
b16562e38c
@ -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…
x
Reference in New Issue
Block a user