summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorChristian Rößler2013-09-02 18:41:16 +0200
committerJonathan Bauer2013-09-30 13:22:04 +0200
commit72f3e9351f18a2e43e054734584445a662250907 (patch)
tree501ab5ec8b7967dbb91ba7673d62b1c51954cdd5 /remote
parent[debug] +su, +file (diff)
downloadtm-scripts-72f3e9351f18a2e43e054734584445a662250907.tar.gz
tm-scripts-72f3e9351f18a2e43e054734584445a662250907.tar.xz
tm-scripts-72f3e9351f18a2e43e054734584445a662250907.zip
[vbox] suid VirtualBox Path, +perror
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/vbox/vbox.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vbox/vbox.build b/remote/modules/vbox/vbox.build
index 4ee2b2b9..48cfe8c2 100644
--- a/remote/modules/vbox/vbox.build
+++ b/remote/modules/vbox/vbox.build
@@ -103,7 +103,7 @@ build() {
cd build || perror "Cannot cd to build directory!"
dpkg -x ../src/vbox/$(basename "$REQUIRED_VBOXBASEURL") . || perror "Could not unpack deb-archive!"
# VirtualBox needs to be suid-root:
- chmod u+s ${MODULE_BUILD_DIR}/usr/lib/VirtualBox
+ chmod u+s ${MODULE_BUILD_DIR}/usr/lib/virtualbox/VirtualBox || pwarning "(Debian/Ubuntu) Could not suid VirtualBox executable!"
;;
*) perror "Unknown Distribution: $SYS_DISTRIBUTION - Please specify its packet manager in remote/setup_target" ;;
esac