VirtualBox

Changeset 29919 in vbox for trunk/src


Ignore:
Timestamp:
May 31, 2010 4:28:07 PM (15 years ago)
Author:
vboxsync
Message:

Installer/solaris: fix place for the existence check of LICENSE, it is in a different directory

File:
1 edited

Legend:

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

    r29899 r29919  
    5050VBOX_PKG_ARCH=$3
    5151VBOX_SVN_REV=$4
    52 if [ -f LICENSE ]; then
    53     VBOX_LICENSEFILE=LICENSE
    54 fi
    5552
    5653VBOX_PKGNAME=SUNWvbox
     
    214211
    215212# $5 if exist would contain the path to the VBI package to include in the .tar.gz
     213if [ -f LICENSE ]; then
     214    VBOX_LICENSEFILE=LICENSE
     215fi
    216216if test -f "$5"; then
    217217    $VBOX_GTAR zcvf "$VBOX_ARCHIVE" $VBOX_LICENSEFILE "$VBOX_PKGFILE" "$5" autoresponse ReadMe.txt
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