VirtualBox

Changeset 20332 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jun 5, 2009 1:32:27 PM (16 years ago)
Author:
vboxsync
Message:

Python: include vboxshell into binary distribution

Location:
trunk/src/VBox/Installer
Files:
2 edited

Legend:

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

    r20310 r20332  
    6868linux-bin_SOURCES = \
    6969        VBoxSysInfo.sh \
    70         VBox.sh=>VBox.sh
     70        VBox.sh=>VBox.sh \
     71        $(if $(VBOX_WITH_PYTHON),$(PATH_ROOT)/src/VBox/Frontends/VBoxShell/vboxshell.py=>vboxshell.py,)
    7172
    7273INSTALLS += linux-misc
     
    142143          components/VBoxXPCOMBase.xpt \
    143144          components/VirtualBox_XPCOM.xpt) \
     145        $(if $(VBOX_WITH_PYTHON),vboxshell.py,) \
    144146        VBoxSysInfo.sh \
    145147        VBox.sh \
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r20314 r20332  
    103103PROGRAMS         += VBoxZoneAccess VBoxISAExec
    104104INSTALLS         += solaris-doc
     105
     106INSTALLS += solaris-bin
     107solaris-bin_INST = bin/
     108solaris-bin_MODE = a+rx,u+w
     109solaris-bin_SOURCES = \
     110        $(if $(VBOX_WITH_PYTHON),$(PATH_ROOT)/src/VBox/Frontends/VBoxShell/vboxshell.py=>vboxshell.py,)
    105111
    106112BLDDIRS          += \
     
    234240        components/VBoxXPCOMBase.xpt \
    235241        components/VirtualBox_XPCOM.xpt \
    236         $(if $(and $(VBOX_LICENSE_FILES),$(VBOX_WITH_QTGUI)),$(VBOX_LICENSE_FILES))
     242        $(if $(and $(VBOX_LICENSE_FILES),$(VBOX_WITH_QTGUI)),$(VBOX_LICENSE_FILES)) \
     243        $(if $(VBOX_WITH_PYTHON),vboxshell.py,)
    237244
    238245SOLARIS_USRBIN_LINKS = \
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