- Timestamp:
- May 31, 2010 10:12:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r28800 r29890 6 6 7 7 # 8 # Copyright (C) 2007-20 09Oracle Corporation8 # Copyright (C) 2007-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 50 50 VBOX_PKG_ARCH=$3 51 51 VBOX_SVN_REV=$4 52 if [ -f LICENSE ]; then 53 VBOX_LICENSEFILE=LICENSE 54 fi 52 55 53 56 VBOX_PKGNAME=SUNWvbox … … 209 212 # $5 if exist would contain the path to the VBI package to include in the .tar.gz 210 213 if test -f "$5"; then 211 $VBOX_GTAR zcvf "$VBOX_ARCHIVE" "$VBOX_PKGFILE" "$5" autoresponse ReadMe.txt214 $VBOX_GTAR zcvf "$VBOX_ARCHIVE" $VBOX_LICENSEFILE "$VBOX_PKGFILE" "$5" autoresponse ReadMe.txt 212 215 else 213 $VBOX_GTAR zcvf "$VBOX_ARCHIVE" "$VBOX_PKGFILE" autoresponse ReadMe.txt216 $VBOX_GTAR zcvf "$VBOX_ARCHIVE" $VBOX_LICENSEFILE "$VBOX_PKGFILE" autoresponse ReadMe.txt 214 217 fi 215 218
Note:
See TracChangeset
for help on using the changeset viewer.