diff options
| author | Christian Rößler | 2014-04-16 16:25:12 +0200 |
|---|---|---|
| committer | Christian Rößler | 2014-04-16 16:25:12 +0200 |
| commit | 69d83b7d9b33eac7b3be999c3cb1c2b80fedeaf0 (patch) | |
| tree | cdbec5817f839008c02bcad8023e00030a6c7a56 /remote/modules/vbox/module.build | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-69d83b7d9b33eac7b3be999c3cb1c2b80fedeaf0.tar.gz tm-scripts-69d83b7d9b33eac7b3be999c3cb1c2b80fedeaf0.tar.xz tm-scripts-69d83b7d9b33eac7b3be999c3cb1c2b80fedeaf0.zip | |
[vbox] Adapted config files, cosmetic changes etc.
Diffstat (limited to 'remote/modules/vbox/module.build')
| -rw-r--r-- | remote/modules/vbox/module.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remote/modules/vbox/module.build b/remote/modules/vbox/module.build index f095b4e2..b726a464 100644 --- a/remote/modules/vbox/module.build +++ b/remote/modules/vbox/module.build @@ -77,6 +77,11 @@ build_modules() { fetch_source() { + pinfo "REQUIRED_VBOXBASEURL: $REQUIRED_VBOXBASEURL --- REQUIRED_VBOXEXTURL: $REQUIRED_VBOXEXTURL" + 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" |
