Revision: 660
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=660&view=rev
Author: mithro
Date: 2008-07-17 05:47:03 +0000 (Thu, 17 Jul 2008)
Log Message:
-----------
Fixed the src command for boost_index_python.
Modified Paths:
--------------
trunk/python-ogre/environment.py
Modified: trunk/python-ogre/environment.py
===================================================================
--- trunk/python-ogre/environment.py 2008-07-16 08:18:07 UTC (rev 659)
+++ trunk/python-ogre/environment.py 2008-07-17 05:47:03 UTC (rev 660)
@@ -525,7 +525,7 @@
base = "libboost-python%s-index" % boost.base[6:].replace("_",".")
if isLinux() or isMac():
source = [
- ["cp",'-rf %s %s' % (os.path.join('python-ogre','boost'), base), os.getcwd()],
+ ["cp",'-rf %s/ %s' % (os.path.join('python-ogre','boost'), base), os.getcwd()],
]
# FIXME: This should have build commands!
buildCmds = []
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|