Changeset 20505 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jun 12, 2009 11:44:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r20332 r20505 102 102 # 103 103 PROGRAMS += VBoxZoneAccess VBoxISAExec 104 INSTALLS += solaris-doc 105 106 INSTALLS += solaris-bin 107 solaris-bin_INST = bin/ 108 solaris-bin_MODE = a+rx,u+w 109 solaris-bin_SOURCES = \ 110 $(if $(VBOX_WITH_PYTHON),$(PATH_ROOT)/src/VBox/Frontends/VBoxShell/vboxshell.py=>vboxshell.py,) 104 INSTALLS += solaris-doc solaris-bin 111 105 112 106 BLDDIRS += \ … … 117 111 $(SOLARIS_DBG_DIR) 118 112 119 BLDDIRS += $(foreach d,\113 BLDDIRS += $(addprefix $(SOLARIS_BASEINST_DIR)/,\ 120 114 usr \ 121 115 usr/bin \ … … 125 119 platform/i86pc/kernel/drv \ 126 120 platform/i86pc/kernel/drv/amd64 \ 127 ,$(SOLARIS_BASEINST_DIR)/$(d)) 128 121 ) 129 122 130 123 PACKING += $(PATH_BIN)/$(PKG_FILENAME).tar.gz $(PATH_BIN)/$(DBG_ARCHIVE) … … 132 125 OTHER_CLEAN += $(addprefix $(SOLARIS_BASEINST_DIR)/,\ 133 126 vbox.pkginfo vbox.copyright vbox.space vbox.pkgresponse \ 134 127 makepackage.sh prototype postinstall.sh preremove.sh) 135 128 136 129 # … … 158 151 $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/$(if $(VBOX_OSE),OSE,NonOSE)/VirtualBox_64px.png=>VBox.png 159 152 153 solaris-bin_INST = bin/ 154 solaris-bin_MODE = a+rx,u+w 155 solaris-bin_SOURCES = \ 156 $(if $(VBOX_WITH_PYTHON),$(PATH_ROOT)/src/VBox/Frontends/VBoxShell/vboxshell.py=>vboxshell.py,) 157 160 158 # 161 159 # Note: Other than the files produced during packing (.pkg, .gzip etc.) all files that 162 160 # go into the temporary install folder $(SOLARIS_VBOXINST_DIR) should be part of $(SOLARIS_ARCH_FILES). 163 161 # For the files produced during packing they should be cleaned up promptly when the work is done. 162 # 164 163 165 164 # Strip these executables
Note:
See TracChangeset
for help on using the changeset viewer.