Lines Matching refs:INSTALLATION_DIR

39 INSTALLATION_DIR="/opt/VirtualBox"
319 info "Installing VirtualBox to $INSTALLATION_DIR"
320 log "Installing VirtualBox to $INSTALLATION_DIR"
324 mkdir -p -m 755 $INSTALLATION_DIR
328 rmdir $INSTALLATION_DIR 2> /dev/null
336 bzip2 -d -c VirtualBox.tar.bz2 | tar -xf - -C $INSTALLATION_DIR
340 cd $INSTALLATION_DIR
343 rmdir $INSTALLATION_DIR 2> /dev/null
345 log 'Error running "bzip2 -d -c VirtualBox.tar.bz2 | tar -xf - -C '"$INSTALLATION_DIR"'".'
349 cp uninstall.sh routines.sh $INSTALLATION_DIR
354 set_selinux_permissions "$INSTALLATION_DIR" \
355 "$INSTALLATION_DIR"
361 test -e $INSTALLATION_DIR/VirtualBox && chmod 4511 $INSTALLATION_DIR/VirtualBox
362 test -e $INSTALLATION_DIR/VBoxSDL && chmod 4511 $INSTALLATION_DIR/VBoxSDL
363 test -e $INSTALLATION_DIR/VBoxHeadless && chmod 4511 $INSTALLATION_DIR/VBoxHeadless
364 test -e $INSTALLATION_DIR/VBoxNetDHCP && chmod 4511 $INSTALLATION_DIR/VBoxNetDHCP
365 test -e $INSTALLATION_DIR/VBoxNetNAT && chmod 4511 $INSTALLATION_DIR/VBoxNetNAT
367 ln -sf $INSTALLATION_DIR/VBoxVMM.so $INSTALLATION_DIR/components/VBoxVMM.so
368 ln -sf $INSTALLATION_DIR/VBoxRT.so $INSTALLATION_DIR/components/VBoxRT.so
370 chmod go-w $INSTALLATION_DIR
374 test -e $INSTALLATION_DIR/VBoxNetAdpCtl && chmod 4511 $INSTALLATION_DIR/VBoxNetAdpCtl
375 test -e $INSTALLATION_DIR/VBoxVolInfo && chmod 4511 $INSTALLATION_DIR/VBoxVolInfo
399 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VirtualBox
400 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxManage
401 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxSDL
402 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxVRDP
403 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxHeadless
404 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxBalloonCtrl
405 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxAutostart
406 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/vboxwebsrv
407 ln -sf $INSTALLATION_DIR/vbox-img /usr/bin/vbox-img
408 ln -sf $INSTALLATION_DIR/VBox.png /usr/share/pixmaps/VBox.png
409 if [ -f $INSTALLATION_DIR/VBoxDTrace ]; then
410 ln -sf $INSTALLATION_DIR/VBox.sh /usr/bin/VBoxDTrace
413 ln -sf $INSTALLATION_DIR/icons/128x128/virtualbox.png /usr/share/pixmaps/virtualbox.png
414 ln -sf $INSTALLATION_DIR/virtualbox.desktop /usr/share/applications/virtualbox.desktop
415 ln -sf $INSTALLATION_DIR/virtualbox.xml /usr/share/mime/packages/virtualbox.xml
416 ln -sf $INSTALLATION_DIR/rdesktop-vrdp /usr/bin/rdesktop-vrdp
417 ln -sf $INSTALLATION_DIR/src/vboxhost /usr/src/vboxhost-_VERSION_
424 if [ -f $INSTALLATION_DIR/VBoxDTrace ]; then
430 cd $INSTALLATION_DIR/icons
441 ln -s $INSTALLATION_DIR/icons/$i/$j /usr/share/icons/hicolor/$i/$dst/$j
458 maybe_run_python_bindings_installer $INSTALLATION_DIR
461 install_device_node_setup "$VBOXDRV_GRP" "$VBOXDRV_MODE" "$INSTALLATION_DIR"
465 echo "INSTALL_DIR='$INSTALLATION_DIR'" >> $CONFIG_DIR/$CONFIG
508 info " $INSTALLATION_DIR/UserManual.pdf"