summaryrefslogtreecommitdiffstats
path: root/core/modules
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules')
-rw-r--r--core/modules/vbox-src/module.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/vbox-src/module.build b/core/modules/vbox-src/module.build
index 5f60f82d..df2c208f 100644
--- a/core/modules/vbox-src/module.build
+++ b/core/modules/vbox-src/module.build
@@ -12,6 +12,8 @@ fetch_source() {
DOWNLOAD_URL="${DOWNLOAD_URL%/*}/Oracle_VM_VirtualBox_Extension_Pack-${REQUIRED_VBOX_VERSION}.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
+ chmod -R go-w "${MODULE_WORK_DIR}/extpack"
}
build() {