Project Links mvpmc.org   wiki

[PATCH] Changed build path expansion for building under ubuntu 9.04

View: New views
2 Messages — Rating Filter:   Alert me  

[PATCH] Changed build path expansion for building under ubuntu 9.04

by Ryan Raasch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...>
---
 scons/oss.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

[0001-Changed-build-path-expansion-for-building-under-ubun.patch]

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@...
https://lists.sourceforge.net/lists/listinfo/mvpmc-devel

Re: [PATCH] Changed build path expansion for building under ubuntu 9.04

by Nigel Burman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Ryan,

Thanks for the patch. It enabled me to get the build going on Ubuntu 9.04.

I've updated the MVPMC WIKI to link to your patch for 9.04.

Regards

Nigel

Ryan Raasch wrote:
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