diff options
| author | Jonathan Bauer | 2014-04-16 16:44:51 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-04-16 16:44:51 +0200 |
| commit | 5c4236732db0cd9c6f6e0e7c8db4d414bf9c4114 (patch) | |
| tree | 4dc75be8d53e97a3319917bda6fa1b0db795553e /remote/modules/vbox/module.build | |
| parent | [stage4] more fixes for unity under 14.04 (diff) | |
| parent | [vbox] module.build: -debugging line (diff) | |
| download | tm-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.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" |
