diff options
Diffstat (limited to 'core/modules/debug')
| -rw-r--r-- | core/modules/debug/module.build | 1 | ||||
| -rw-r--r-- | core/modules/debug/module.conf | 1 | ||||
| -rw-r--r-- | core/modules/debug/module.conf.debian | 1 | ||||
| -rw-r--r-- | core/modules/debug/module.conf.opensuse | 1 | ||||
| -rw-r--r-- | core/modules/debug/module.conf.ubuntu | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/debug/module.build b/core/modules/debug/module.build index c020181d..aa5f84eb 100644 --- a/core/modules/debug/module.build +++ b/core/modules/debug/module.build @@ -1,3 +1,4 @@ +#!/bin/bash fetch_source() { : } diff --git a/core/modules/debug/module.conf b/core/modules/debug/module.conf index 71006514..91221349 100644 --- a/core/modules/debug/module.conf +++ b/core/modules/debug/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES=" strace ltrace diff --git a/core/modules/debug/module.conf.debian b/core/modules/debug/module.conf.debian index 00bfea2c..7725fd37 100644 --- a/core/modules/debug/module.conf.debian +++ b/core/modules/debug/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" curl ltrace diff --git a/core/modules/debug/module.conf.opensuse b/core/modules/debug/module.conf.opensuse index b7971956..fa375f35 100644 --- a/core/modules/debug/module.conf.opensuse +++ b/core/modules/debug/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" curl ltrace diff --git a/core/modules/debug/module.conf.ubuntu b/core/modules/debug/module.conf.ubuntu index 00bfea2c..7725fd37 100644 --- a/core/modules/debug/module.conf.ubuntu +++ b/core/modules/debug/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" curl ltrace |
