diff options
| author | Christian Rößler | 2013-09-02 18:41:16 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-09-30 13:22:04 +0200 |
| commit | 72f3e9351f18a2e43e054734584445a662250907 (patch) | |
| tree | 501ab5ec8b7967dbb91ba7673d62b1c51954cdd5 /remote | |
| parent | [debug] +su, +file (diff) | |
| download | tm-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.build | 2 |
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 |
