VirtualBox

Changeset 29899 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 31, 2010 12:40:46 PM (15 years ago)
Author:
vboxsync
Message:

Installer/solaris: more changes to get LICENSE into .tar.gz package

Location:
trunk/src/VBox/Installer/solaris
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r29188 r29899  
    55
    66#
    7 # Copyright (C) 2007-2008 Oracle Corporation
     7# Copyright (C) 2007-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    540540        $(QUIET)$(if $(VBOX_OSE),,$(INSTALL) -m 0644 $(PATH_BIN)/LICENSE                                        $(SOLARIS_VBOXINST_DIR)/LICENSE)
    541541        $(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)
    542543ifdef VBOX_WITH_COMBINED_PACKAGE
    543544 ifndef VBOX_OSE
  • trunk/src/VBox/Installer/solaris/makepackage.sh

    r29890 r29899  
    142142filelist_fixup prototype '$2 == "none"'                                                                '$5 = "root"; $6 = "bin"'
    143143
    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
    146147sed '/f none autoresponse/d' prototype > prototype2
     148mv -f prototype2 prototype
     149sed '/f none LICENSE/d' prototype > prototype2
    147150mv -f prototype2 prototype
    148151
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette