| Index: client/profilers/lttng/lttng.py
|
| diff --git a/client/profilers/lttng/lttng.py b/client/profilers/lttng/lttng.py
|
| index 8905b25909e88d0b7570617d6b9bc5e7f3651244..2519d1627179254330b14938f3454392e584ba5f 100644
|
| --- a/client/profilers/lttng/lttng.py
|
| +++ b/client/profilers/lttng/lttng.py
|
| @@ -33,8 +33,8 @@ class lttng(profiler.profiler):
|
| utils.extract_tarball_to_dir(self.tarball, self.srcdir)
|
| os.chdir(self.srcdir)
|
|
|
| - utils.system('./configure')
|
| - utils.system('make')
|
| + utils.configure()
|
| + utils.make()
|
|
|
|
|
| # tracepoints: list of trace points to enable
|
|
|