From 89e1f7912959ec9338022057dc8ee58c200c91c2 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 4 Mar 2016 16:25:59 +0100 Subject: [run-virt/vmware] Mount home directory in windows (first working version) --- remote/modules/run-virt/module.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'remote/modules/run-virt/module.build') diff --git a/remote/modules/run-virt/module.build b/remote/modules/run-virt/module.build index 26762bca..e9b0d581 100644 --- a/remote/modules/run-virt/module.build +++ b/remote/modules/run-virt/module.build @@ -8,6 +8,9 @@ build () { rm -f -- "$COPYLIST" list_packet_files > "$COPYLIST" tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" + # Compile pwdaemon + mkdir -p "${MODULE_BUILD_DIR}/opt/openslx/bin" + gcc -std=gnu99 -o "${MODULE_BUILD_DIR}/opt/openslx/bin/pwdaemon" -Os "${MODULE_DIR}/pw_daemon.c" || perror "Could not compile the pwdaemon" } post_copy() { -- cgit v1.2.3-55-g7522