Changeset 87703 in vbox
- Timestamp:
- Feb 10, 2021 10:12:40 PM (4 years ago)
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r87098 r87703 624 624 $(INSTALL) -m 0644 $(VBOX_PATH_SOL_INST_SRC)/vbox.pkgresponse $(VBOX_PATH_SI_SCRATCH_PKG)/opt/VirtualBox/autoresponse 625 625 $(if-expr defined(VBOX_WITH_PYTHON) \ 626 ,$(SED) -e "s@^#!.*@#!/usr/bin/python2 @" \626 ,$(SED) -e "s@^#!.*@#!/usr/bin/python2.7@" \ 627 627 --output $(VBOX_PATH_SI_SCRATCH_PKG)/opt/VirtualBox/vboxshell.py \ 628 628 $(PATH_STAGE_BIN)/vboxshell.py,) -
trunk/src/VBox/Installer/solaris/vbox-ips.mog
r87100 r87703 38 38 39 39 # Drop all API helper libraries for python 2.x other than 2.7 40 <transform file path=opt/VirtualBox/64/VBoxPython\.so.*$ -> drop> 40 41 <transform file path=opt/VirtualBox/64/VBoxPython2\.so.*$ -> drop> 41 42 <transform file path=opt/VirtualBox/(64/)?VBoxPython2_[^7].*\.so.*$ -> drop>
Note:
See TracChangeset
for help on using the changeset viewer.