diff options
| author | Manuel Schneider | 2014-04-22 15:58:35 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2014-04-22 15:58:35 +0200 |
| commit | 6170a9e2db4bed1445480af0d8170a9b17da062e (patch) | |
| tree | 0bb3f89c75afd1723a9faee9d3a7944622d72e1d /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) | |
| download | tm-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.build | 4 |
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" |
