summaryrefslogtreecommitdiffstats
path: root/remote/modules/vbox/module.build
diff options
context:
space:
mode:
authorManuel Schneider2014-04-22 15:58:35 +0200
committerManuel Schneider2014-04-22 15:58:35 +0200
commit6170a9e2db4bed1445480af0d8170a9b17da062e (patch)
tree0bb3f89c75afd1723a9faee9d3a7944622d72e1d /remote/modules/vbox/module.build
parent[beamergui] added missing ip (diff)
parent[pam] libncp, ncpfs and libpam-ncp (ncpfs depends on libpam-ncp) for Ubuntu 1... (diff)
downloadtm-scripts-6170a9e2db4bed1445480af0d8170a9b17da062e.tar.gz
tm-scripts-6170a9e2db4bed1445480af0d8170a9b17da062e.tar.xz
tm-scripts-6170a9e2db4bed1445480af0d8170a9b17da062e.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"