Changeset 15329 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Dec 11, 2008 6:15:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r15326 r15329 292 292 $(QUIET)$(INSTALL) -m 0644 $(PATH_BIN)/VBoxDDU.so $(SOLARIS_INST_DIR)/VBoxDDU.so 293 293 $(QUIET)$(INSTALL) -m 0755 $(PATH_BIN)/VBoxManage $(SOLARIS_INST_DIR)/VBoxManage 294 $(QUIET)$(INSTALL) -m 0644 $(PATH_BIN)/VBoxREM .so $(SOLARIS_INST_DIR)/VBoxREM.so294 $(QUIET)$(INSTALL) -m 0644 $(PATH_BIN)/VBoxREM*.so $(SOLARIS_INST_DIR)/ 295 295 $(QUIET)$(if $(NEED_REL),$(INSTALL) -m 0755 $(PATH_BIN)/VBoxREM2.rel $(SOLARIS_INST_DIR)/VBoxREM2.rel,) 296 296 $(QUIET)$(INSTALL) -m 0644 $(PATH_BIN)/VBoxVMM.so $(SOLARIS_INST_DIR)/VBoxVMM.so
Note:
See TracChangeset
for help on using the changeset viewer.