Changeset 12502 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Sep 16, 2008 4:21:42 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36633
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r12450 r12502 59 59 linux-doc_MODE = a+r,u+w 60 60 linux-doc_SOURCES = \ 61 $(if $(VBOX_OSE),,$( PATH_ROOT)/doc/License.txt=>LICENSE) \61 $(if $(VBOX_OSE),,$(VBOX_BRAND_LICENSE_TXT)=>LICENSE) \ 62 62 $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/$(if $(VBOX_OSE),OSE,NonOSE)/VirtualBox_32px.png=>VBox.png 63 63 -
trunk/src/VBox/Installer/solaris/Makefile.kmk
r12453 r12502 58 58 solaris-doc_MODE = a+r,u+w 59 59 solaris-doc_SOURCES = \ 60 $(if $(VBOX_OSE),,$( PATH_ROOT)/doc/License.txt=>LICENSE) \60 $(if $(VBOX_OSE),,$(VBOX_BRAND_LICENSE_TXT)=>LICENSE) \ 61 61 $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/$(if $(VBOX_OSE),OSE,NonOSE)/VirtualBox_64px.png=>VBox.png 62 62
Note:
See TracChangeset
for help on using the changeset viewer.