summaryrefslogtreecommitdiffstats
path: root/remote/modules/vbox/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2014-04-17 15:06:10 +0200
committerSimon Rettberg2014-04-17 15:06:10 +0200
commited66ffde51ae0d35eb0af7d908237d4f51a40f13 (patch)
treeae9c7f72170a5efa11b5b51bc827052d07f81d07 /remote/modules/vbox/module.build
parent[remote/include/qt] Fix qt version selection on systems without qtchooser (diff)
parent[vmware] added patch for vmnet + old patching functionality (diff)
downloadtm-scripts-ed66ffde51ae0d35eb0af7d908237d4f51a40f13.tar.gz
tm-scripts-ed66ffde51ae0d35eb0af7d908237d4f51a40f13.tar.xz
tm-scripts-ed66ffde51ae0d35eb0af7d908237d4f51a40f13.zip
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vbox/module.build')
-rw-r--r--remote/modules/vbox/module.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/remote/modules/vbox/module.build b/remote/modules/vbox/module.build
index f095b4e2..5a533089 100644
--- a/remote/modules/vbox/module.build
+++ b/remote/modules/vbox/module.build
@@ -77,6 +77,10 @@ build_modules() {
fetch_source() {
+ if [ -z "$REQUIRED_VBOXBASEURL" -o -z "$REQUIRED_VBOXEXTURL" ]; then
+ perror "Virtualbox download URLs not set - please write a module.conf-file for your linux flavour."
+ fi
+
mkdir -p "src/vbox"
cd src/vbox
# pinfo "Downloading $REQUIRED_VBOXBASEURL"