Skip to content

Commit

Permalink
subversion: remove some unneeded symlinks at install.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Oct 26, 2012
1 parent e4e605f commit 0e07602
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions devel/subversion/BUILD
Expand Up @@ -34,10 +34,7 @@
make $BINDINGS_MAKE &&
prepare_install &&
make install &&
make ${BINDINGS_MAKE// / install-} &&
if module_installed Python; then
ln -sf /usr/lib/svn-python/{svn,libsvn} /usr/lib/python$(installed_version Python | cut -d. -f1,2)/site-packages
fi
make ${BINDINGS_MAKE// / install-}
else
default_build
fi
Expand Down

0 comments on commit 0e07602

Please sign in to comment.