Changeset 29899 in vbox for trunk/src/VBox
- Timestamp:
- May 31, 2010 12:40:46 PM (15 years ago)
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r29188 r29899 5 5 6 6 # 7 # Copyright (C) 2007-20 08Oracle Corporation7 # Copyright (C) 2007-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 540 540 $(QUIET)$(if $(VBOX_OSE),,$(INSTALL) -m 0644 $(PATH_BIN)/LICENSE $(SOLARIS_VBOXINST_DIR)/LICENSE) 541 541 $(QUIET)$(if $(VBOX_OSE),,$(INSTALL) -m 0644 $(PATH_BIN)/LICENSE $(SOLARIS_BASEINST_DIR)/vbox.copyright) 542 $(QUIET)$(if $(VBOX_OSE),,$(INSTALL) -m 0644 $(PATH_BIN)/LICENSE $(SOLARIS_BASEINST_DIR)/LICENSE) 542 543 ifdef VBOX_WITH_COMBINED_PACKAGE 543 544 ifndef VBOX_OSE -
trunk/src/VBox/Installer/solaris/makepackage.sh
r29890 r29899 142 142 filelist_fixup prototype '$2 == "none"' '$5 = "root"; $6 = "bin"' 143 143 144 # don't include autoresponse from the base folder into / of the package, it goes into .tar.gz 145 # and another one already exists in /opt/VirtualBox 144 # don't include autoresponse and LICENSE from the base folder into / of 145 # the package, it goes into .tar.gz and another one already exists 146 # in /opt/VirtualBox 146 147 sed '/f none autoresponse/d' prototype > prototype2 148 mv -f prototype2 prototype 149 sed '/f none LICENSE/d' prototype > prototype2 147 150 mv -f prototype2 prototype 148 151
Note:
See TracChangeset
for help on using the changeset viewer.