summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-26 13:45:27 +0100
committerSimon Rettberg2019-11-26 13:45:27 +0100
commit301a818cb2b0994e5451fc10e50d9e3de8a65dbd (patch)
tree16909ea6ff84055923e248d2671f0b990125163b
parent[hardware-stats] Report IP/subnet size too (diff)
downloadmltk-301a818cb2b0994e5451fc10e50d9e3de8a65dbd.tar.gz
mltk-301a818cb2b0994e5451fc10e50d9e3de8a65dbd.tar.xz
mltk-301a818cb2b0994e5451fc10e50d9e3de8a65dbd.zip
[vbox-src] Move add_group to post_copy
-rw-r--r--core/modules/vbox-src/module.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/modules/vbox-src/module.build b/core/modules/vbox-src/module.build
index 5f1a24ea..2fcec1c7 100644
--- a/core/modules/vbox-src/module.build
+++ b/core/modules/vbox-src/module.build
@@ -84,8 +84,6 @@ build() {
chown -R root:root "${VBOX_EXTPACK_DIR}" || \
perror "Failed to chown '${VBOX_EXTPACK_DIR}' to root:root."
- add_group "vboxusers"
-
# od binary
local OD_BIN="$(which od 2>/dev/null)"
if [ -n "$OD_BIN" -a -e "$OD_BIN" ]; then
@@ -94,5 +92,5 @@ build() {
}
post_copy() {
- :
+ add_group "vboxusers"
}