summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmchooser2')
-rw-r--r--core/modules/vmchooser2/module.build1
-rw-r--r--core/modules/vmchooser2/module.conf1
-rw-r--r--core/modules/vmchooser2/module.conf.debian1
-rw-r--r--core/modules/vmchooser2/module.conf.opensuse1
-rw-r--r--core/modules/vmchooser2/module.conf.ubuntu1
5 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/vmchooser2/module.build b/core/modules/vmchooser2/module.build
index 4a6d56c4..6e32bf1c 100644
--- a/core/modules/vmchooser2/module.build
+++ b/core/modules/vmchooser2/module.build
@@ -1,3 +1,4 @@
+#!/bin/bash
fetch_source() {
git clone "${REQUIRED_GIT}" "${MODULE_WORK_DIR}/src"
diff --git a/core/modules/vmchooser2/module.conf b/core/modules/vmchooser2/module.conf
index b098d7a5..1dcebb9a 100644
--- a/core/modules/vmchooser2/module.conf
+++ b/core/modules/vmchooser2/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_GIT="git://git.openslx.org/openslx-ng/vmchooser2.git"
REQUIRED_PREFIX="/opt/openslx/bin"
REQUIRED_BINARIES="vmchooser.real"
diff --git a/core/modules/vmchooser2/module.conf.debian b/core/modules/vmchooser2/module.conf.debian
index 2953ac63..1e09c702 100644
--- a/core/modules/vmchooser2/module.conf.debian
+++ b/core/modules/vmchooser2/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cmake
libqt4-dev
diff --git a/core/modules/vmchooser2/module.conf.opensuse b/core/modules/vmchooser2/module.conf.opensuse
index 75cb7dd6..d3bd2b76 100644
--- a/core/modules/vmchooser2/module.conf.opensuse
+++ b/core/modules/vmchooser2/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cmake
libqt4-devel
diff --git a/core/modules/vmchooser2/module.conf.ubuntu b/core/modules/vmchooser2/module.conf.ubuntu
index 2953ac63..1e09c702 100644
--- a/core/modules/vmchooser2/module.conf.ubuntu
+++ b/core/modules/vmchooser2/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cmake
libqt4-dev