summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src
diff options
context:
space:
mode:
authorSimon Rettberg2020-10-12 15:18:58 +0200
committerSimon Rettberg2020-10-12 15:18:58 +0200
commit20bb8394e7a9e814730a465379d47cf1e31b4494 (patch)
tree6ec5174b3d761d72595a5f59f58c5c9b36f5494b /core/modules/vbox-src
parent[vbox-src] Extpack has no a (diff)
downloadmltk-20bb8394e7a9e814730a465379d47cf1e31b4494.tar.gz
mltk-20bb8394e7a9e814730a465379d47cf1e31b4494.tar.xz
mltk-20bb8394e7a9e814730a465379d47cf1e31b4494.zip
[vbox-src] sdfkjgdlfgkj
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 9869667a..1bf2984b 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-${BASEVAR}.vbox-extpack"
+ DOWNLOAD_URL="${DOWNLOAD_URL%/*}/Oracle_VM_VirtualBox_Extension_Pack-${BASEVER}.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