summaryrefslogtreecommitdiffstats
path: root/remote/modules/vbox/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2014-04-16 16:44:51 +0200
committerJonathan Bauer2014-04-16 16:44:51 +0200
commit5c4236732db0cd9c6f6e0e7c8db4d414bf9c4114 (patch)
tree4dc75be8d53e97a3319917bda6fa1b0db795553e /remote/modules/vbox/module.build
parent[stage4] more fixes for unity under 14.04 (diff)
parent[vbox] module.build: -debugging line (diff)
downloadtm-scripts-5c4236732db0cd9c6f6e0e7c8db4d414bf9c4114.tar.gz
tm-scripts-5c4236732db0cd9c6f6e0e7c8db4d414bf9c4114.tar.xz
tm-scripts-5c4236732db0cd9c6f6e0e7c8db4d414bf9c4114.zip
Merge branch 'master' of git.openslx.org: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"