VirtualBox

Changeset 29890 in vbox for trunk/src


Ignore:
Timestamp:
May 31, 2010 10:12:05 AM (15 years ago)
Author:
vboxsync
Message:

Installer/solaris: put LICENSE file in toplevel package, for information purposes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/makepackage.sh

    r28800 r29890  
    66
    77#
    8 # Copyright (C) 2007-2009 Oracle Corporation
     8# Copyright (C) 2007-2010 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    5050VBOX_PKG_ARCH=$3
    5151VBOX_SVN_REV=$4
     52if [ -f LICENSE ]; then
     53    VBOX_LICENSEFILE=LICENSE
     54fi
    5255
    5356VBOX_PKGNAME=SUNWvbox
     
    209212# $5 if exist would contain the path to the VBI package to include in the .tar.gz
    210213if test -f "$5"; then
    211     $VBOX_GTAR zcvf "$VBOX_ARCHIVE" "$VBOX_PKGFILE" "$5" autoresponse ReadMe.txt
     214    $VBOX_GTAR zcvf "$VBOX_ARCHIVE" $VBOX_LICENSEFILE "$VBOX_PKGFILE" "$5" autoresponse ReadMe.txt
    212215else
    213     $VBOX_GTAR zcvf "$VBOX_ARCHIVE" "$VBOX_PKGFILE" autoresponse ReadMe.txt
     216    $VBOX_GTAR zcvf "$VBOX_ARCHIVE" $VBOX_LICENSEFILE "$VBOX_PKGFILE" autoresponse ReadMe.txt
    214217fi
    215218
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