Hello,
I don't know if this is the correct solution for all platforms, but it
worked for mine :)
Ryan
Signed-off-by: Ryan M. Raasch <ryan.raasch@gmail.com>
---
scons/oss.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scons/oss.py b/scons/oss.py
index d1830d8..113063e 100644
--- a/scons/oss.py
+++ b/scons/oss.py
@@ -99,7 +99,7 @@ def build_action(source, target, env):
tar = tarfile.open(src, 'r:%s' % ext)
for i in tar:
j = i.name.find('/')
- dir = '%s/%s/%s' % (path,buildtarget,i.name[:j])
+ dir = '%s/%s/%s' % (path,buildtarget,i.name)
break
if os.path.exists(dir):
os.system('rm -rf %s' % dir)
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship.
http://www.creativitycat.com
_______________________________________________
Mvpmc-devel mailing list
Mvpmc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mvpmc-devel