VirtualBox

Changeset 53383 in vbox for trunk/src


Ignore:
Timestamp:
Nov 24, 2014 9:16:52 AM (10 years ago)
Author:
vboxsync
Message:

Additions/x11: make VBoxClient-all a symbolic link, not a hard one, to prevent an SELinux labling warning.

Location:
trunk/src/VBox/Additions/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r52628 r53383  
    121121VBOX_ADD_STRIP_BIN.linux += \
    122122        VBoxClient
    123 
    124 VBOX_ADD_BIN.linux += \
    125         VBoxClient-all
    126123
    127124VBOX_ADD_STRIP_SBIN += \
     
    379376        $(VBOX_REL_LNX_ADD_INST)module-autologon.sh=>installer/module-autologon
    380377endif
    381 
    382 #
    383 # VBoxClient-all
    384 #
    385 INSTALLS += LnxAdd-Nostrip-Bin
    386 LnxAdd-Nostrip-Bin_INST     = $(VBOX_LNX_ADD_INST_BIN_DIR)
    387 LnxAdd-Nostrip-Bin_INSTTYPE = stage
    388 LnxAdd-Nostrip-Bin_EXEC_SOURCES = \
    389         $(VBOX_REL_X11_ADD_INST)98vboxadd-xclient=>VBoxClient-all
    390378
    391379
  • trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh

    r50733 r53383  
    563563    install_x11_startup_app "$lib_dir/98vboxadd-xclient" "$share_dir/vboxclient.desktop" VBoxClient VBoxClient-all ||
    564564        fail "See the log file $LOG for more information."
     565    ln -s "$lib_dir/98vboxadd-xclient" /usr/bin/VBoxClient-all 2>/dev/null
    565566    succ_msg
    566567}
     
    643644    rm /etc/xdg/autostart/vboxclient.desktop 2>/dev/null
    644645    rm /usr/share/autostart/vboxclient.desktop 2>/dev/null
     646    rm /usr/bin/VBoxClient-all 2>/dev/null
    645647
    646648    # Remove other files
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette