[Lunar-commits] r14711 - moonbase/trunk/devel/subversion

Auke Kok sofar at lunar-linux.org
Thu May 12 13:21:45 UTC 2005


Author: sofar
Date: 2005-05-12 13:21:44 +0000 (Thu, 12 May 2005)
New Revision: 14711

Modified:
   moonbase/trunk/devel/subversion/BUILD
Log:
This correctly installs the bindings on a REACHABLE place. I hate subversion developers, and darix: this doesn't even install in the right place. screw you.


Modified: moonbase/trunk/devel/subversion/BUILD
===================================================================
--- moonbase/trunk/devel/subversion/BUILD	2005-05-12 12:56:59 UTC (rev 14710)
+++ moonbase/trunk/devel/subversion/BUILD	2005-05-12 13:21:44 UTC (rev 14711)
@@ -4,6 +4,7 @@
   default_build &&
   if in_depends $MODULE swig ; then
     make swig-py install-swig-py
+    ln -s /usr/lib/svn-python/{svn,libsvn} /usr/lib/python$(installed_version Python | cut -d. -f1,2)/site-packages
   fi
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list