Changeset 35029 in vbox
- Timestamp:
- Dec 13, 2010 4:20:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r35022 r35029 170 170 solaris-icons_MODE = a+r,u+w 171 171 solaris-icons_SOURCES = $(VBOX_MIME_ICONS) 172 173 BLDDIRS += 174 $(SOLARIS_USR_DIR)/share \ 175 $(SOLARIS_USR_DIR)/share/icons \ 176 $(SOLARIS_USRSHR_ICONS_DIR) \ 177 $(foreach s,16 20 24 32 48 64 72 96 128 256,\ 178 $(SOLARIS_USRSHR_ICONS_DIR)/$(s)x$(s)) 172 179 173 180 VBOX_MIME_ICONS = \ … … 567 574 $(QUIET)$(if $(VBOX_WITH_QTGUI),$(MKDIR) -p $(SOLARIS_USRSHR_APPS_DIR),) 568 575 $(QUIET)$(MKDIR) -p $(SOLARIS_USRSHR_MIMEXML_DIR) 569 $(QUIET)$(MKDIR) -p $(SOLARIS_USRSHR_ICONS_DIR)570 576 $(QUIET)$(MKDIR) -p $(SOLARIS_USRSHR_PIXMAPS_DIR) 571 577 $(QUIET)$(if $(VBOX_WITH_NETADP),$(INSTALL) -m 0644 $(PATH_ROOT)/src/VBox/HostDrivers/VBoxNetAdp/solaris/hostname.vboxnet0 $(SOLARIS_ETC_DIR)/hostname.vboxnet0,)
Note:
See TracChangeset
for help on using the changeset viewer.