summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src
diff options
context:
space:
mode:
authorSimon Rettberg2020-10-12 15:12:02 +0200
committerSimon Rettberg2020-10-12 15:12:02 +0200
commit9be7993aa114e735d78f898fa5f96a2665556aee (patch)
treecc0f158c6a540b9608393420466f83869d10ce9b /core/modules/vbox-src
parent[vbox-src] Sanitize, support 1.2.3a version scheme (diff)
downloadmltk-9be7993aa114e735d78f898fa5f96a2665556aee.tar.gz
mltk-9be7993aa114e735d78f898fa5f96a2665556aee.tar.xz
mltk-9be7993aa114e735d78f898fa5f96a2665556aee.zip
[vbox-src] Extpack has no a
Diffstat (limited to 'core/modules/vbox-src')
-rw-r--r--core/modules/vbox-src/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vbox-src/module.build b/core/modules/vbox-src/module.build
index f7bf3370..9869667a 100644
--- a/core/modules/vbox-src/module.build
+++ b/core/modules/vbox-src/module.build
@@ -12,7 +12,7 @@ fetch_source() {
perror "Could not download_untar '$DOWNLOAD_URL' to '${MODULE_WORK_DIR}/src'."
# oracle's extension pack
- DOWNLOAD_URL="${DOWNLOAD_URL%/*}/Oracle_VM_VirtualBox_Extension_Pack-${REQUIRED_VBOX_VERSION}.vbox-extpack"
+ DOWNLOAD_URL="${DOWNLOAD_URL%/*}/Oracle_VM_VirtualBox_Extension_Pack-${BASEVAR}.vbox-extpack"
download_untar "$DOWNLOAD_URL" "${MODULE_WORK_DIR}/extpack" || \
perror "Could not download_untar '$DOWNLOAD_URL' to '${MODULE_WORK_DIR}/extpack'."
# Nice, Oracle - files in the tarball are world writable, but vbox refuses to use the extpack that way