summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/vmchooser')
-rw-r--r--remote/modules/vmchooser/vmchooser.conf2
-rw-r--r--remote/modules/vmchooser/vmchooser.conf.opensuse4
-rw-r--r--remote/modules/vmchooser/vmchooser.conf.ubuntu4
-rw-r--r--remote/modules/vmchooser/vmchooser.conf.zypper5
4 files changed, 8 insertions, 7 deletions
diff --git a/remote/modules/vmchooser/vmchooser.conf b/remote/modules/vmchooser/vmchooser.conf
index 7f03ea83..182d65a0 100644
--- a/remote/modules/vmchooser/vmchooser.conf
+++ b/remote/modules/vmchooser/vmchooser.conf
@@ -1,5 +1,3 @@
GIT=git://git.openslx.org/openslx/tools/vmchooser.git
-REQUIRED_INSTALLED_PACKAGES=" cmake
- libqt4-dev"
PREFIX="/opt/openslx/bin"
REQUIRED_BINARIES="vmchooser"
diff --git a/remote/modules/vmchooser/vmchooser.conf.opensuse b/remote/modules/vmchooser/vmchooser.conf.opensuse
new file mode 100644
index 00000000..75cb7dd6
--- /dev/null
+++ b/remote/modules/vmchooser/vmchooser.conf.opensuse
@@ -0,0 +1,4 @@
+REQUIRED_INSTALLED_PACKAGES="
+ cmake
+ libqt4-devel
+"
diff --git a/remote/modules/vmchooser/vmchooser.conf.ubuntu b/remote/modules/vmchooser/vmchooser.conf.ubuntu
new file mode 100644
index 00000000..2953ac63
--- /dev/null
+++ b/remote/modules/vmchooser/vmchooser.conf.ubuntu
@@ -0,0 +1,4 @@
+REQUIRED_INSTALLED_PACKAGES="
+ cmake
+ libqt4-dev
+"
diff --git a/remote/modules/vmchooser/vmchooser.conf.zypper b/remote/modules/vmchooser/vmchooser.conf.zypper
deleted file mode 100644
index ca9944af..00000000
--- a/remote/modules/vmchooser/vmchooser.conf.zypper
+++ /dev/null
@@ -1,5 +0,0 @@
-GIT=git://git.openslx.org/openslx/tools/vmchooser.git
-REQUIRED_INSTALLED_PACKAGES=" cmake
- libqt4-devel"
-PREFIX="/opt/openslx/bin"
-REQUIRED_BINARIES="vmchooser"