From 301a818cb2b0994e5451fc10e50d9e3de8a65dbd Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 26 Nov 2019 13:45:27 +0100 Subject: [vbox-src] Move add_group to post_copy --- core/modules/vbox-src/module.build | 4 +--- 1 file changed, 1 insertion(+), 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" } -- cgit v1.2.3-55-g7522