[jhbuild] [linux] add missing parenthesis



commit bb1520f23b1584e06990dde4d0871dcce7e7c013
Author: Frederic Peters <fpeters 0d be>
Date:   Mon May 11 16:45:56 2009 +0200

    [linux] add missing parenthesis
---
 jhbuild/modtypes/linux.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jhbuild/modtypes/linux.py b/jhbuild/modtypes/linux.py
index e70e2d7..99d4558 100644
--- a/jhbuild/modtypes/linux.py
+++ b/jhbuild/modtypes/linux.py
@@ -227,7 +227,7 @@ class LinuxModule(Package):
         for kconfig in self.kconfigs:
             cmd = '%s %s modules_install EXTRAVERSION=%s O=%s INSTALL_MOD_PATH=%s' % (
                     os.environ.get('MAKE', 'make'),
-                    self.get_makeargs(,
+                    self.get_makeargs(),
                     kconfig.version,
                     'build-' + kconfig.version,
                     buildscript.config.prefix)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]