[Sugar-devel] [PATCH sugar-jhbuild] Remove obsolete fix_manifest	call when building activities
    Simon Schampijer 
    simon at schampijer.de
       
    Wed Jun 13 04:54:52 EDT 2012
    
    
  
The fix_manifest command is obsolete.
Signed-off-by: Simon Schampijer <simon at laptop.org>
---
 sjhbuild/bundlemodule.py |    4 ----
 1 file changed, 4 deletions(-)
diff --git a/sjhbuild/bundlemodule.py b/sjhbuild/bundlemodule.py
index 05b24e3..e7f7e1d 100644
--- a/sjhbuild/bundlemodule.py
+++ b/sjhbuild/bundlemodule.py
@@ -18,10 +18,6 @@ class BundleModule(distutils.DistutilsModule):
         srcdir = self.get_srcdir(buildscript)
         builddir = self.get_builddir(buildscript)
         python = os.environ.get('PYTHON', 'python')
-        cmd = [python, 'setup.py', 'fix_manifest']
-        if srcdir != builddir:
-            cmd.extend(['--build-base', builddir])
-        buildscript.execute(cmd, cwd = srcdir, extra_env = self.extra_env)
 
         cmd = [python, 'setup.py', 'build']
         if srcdir != builddir:
-- 
1.7.10.2
    
    
More information about the Sugar-devel
mailing list