Changeset 44580 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Feb 7, 2013 11:35:37 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83655
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r44528 r44580 215 215 VBoxXPCOMIPCD \ 216 216 $(if $(VBOX_WITH_KCHMVIEWER),kchmviewer,) 217 ## Follow the Windows + Linux example of not shipping VBoxBFE.218 #SOLARIS_STRIP_EXES = \219 # $(if $(VBOX_WITH_VBOXBFE),VBoxBFE,)220 217 221 218 SOLARIS_DRIVER_BINS = \ … … 274 271 $(if $(VBOX_WITH_VBOXSDL),VBoxSDL.so,) \ 275 272 $(if $(VBOX_WITH_QTGUI),VirtualBox.so,) 276 ## Follow the Windows + Linux example of not shipping VBoxBFE.277 #SOLARIS_STRIP_BINS += \278 # $(if $(VBOX_WITH_VBOXBFE),VBoxBFE.so,)279 273 endif 280 274 -
trunk/src/VBox/Installer/solaris/VBox.sh
r44528 r44580 44 44 exec "$INSTALL_DIR/vboxwebsrv" "$@" 45 45 ;; 46 VBoxBFE|vboxbfe)47 exec "$INSTALL_DIR/VBoxBFE" "$@"48 ;;49 46 VBoxQtconfig) 50 47 exec "$INSTALL_DIR/VBoxQtconfig" "$@" -
trunk/src/VBox/Installer/solaris/makepackage.sh
r44217 r44580 126 126 ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VirtualBox 127 127 fi 128 if test -f $VBOX_INSTALLED_DIR/amd64/VBoxBFE || test -f $VBOX_INSTALLED_DIR/i386/VBoxBFE; then129 ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxBFE130 fi131 128 if test -f $VBOX_INSTALLED_DIR/amd64/VBoxHeadless || test -f $VBOX_INSTALLED_DIR/i386/VBoxHeadless; then 132 129 ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxHeadless … … 194 191 || $3 == "opt/VirtualBox/amd64/VBoxHeadless" \ 195 192 || $3 == "opt/VirtualBox/amd64/VBoxSDL" \ 196 || $3 == "opt/VirtualBox/amd64/VBoxBFE" \197 193 || $3 == "opt/VirtualBox/i386/VirtualBox" \ 198 194 || $3 == "opt/VirtualBox/i386/VirtualBox3" \ 199 195 || $3 == "opt/VirtualBox/i386/VBoxHeadless" \ 200 196 || $3 == "opt/VirtualBox/i386/VBoxSDL" \ 201 || $3 == "opt/VirtualBox/i386/VBoxBFE" \202 197 ) \ 203 198 { $4 = "4755" } { print }' prototype > prototype2
Note:
See TracChangeset
for help on using the changeset viewer.