diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py index 4e0d9c52..13bee60f 100644 --- a/pisi/actionsapi/kerneltools.py +++ b/pisi/actionsapi/kerneltools.py @@ -158,7 +158,7 @@ def build(debugSymbols=False): # Enable debugging symbols (-g -gdwarf2) extra_config.append("CONFIG_DEBUG_INFO=y") - autotools.make("%s" " ".join(extra_config)) + autotools.make("%s" % " ".join(extra_config)) def install(): suffix = __getSuffix()