- Timestamp:
- May 31, 2010 4:28:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r29899 r29919 50 50 VBOX_PKG_ARCH=$3 51 51 VBOX_SVN_REV=$4 52 if [ -f LICENSE ]; then53 VBOX_LICENSEFILE=LICENSE54 fi55 52 56 53 VBOX_PKGNAME=SUNWvbox … … 214 211 215 212 # $5 if exist would contain the path to the VBI package to include in the .tar.gz 213 if [ -f LICENSE ]; then 214 VBOX_LICENSEFILE=LICENSE 215 fi 216 216 if test -f "$5"; then 217 217 $VBOX_GTAR zcvf "$VBOX_ARCHIVE" $VBOX_LICENSEFILE "$VBOX_PKGFILE" "$5" autoresponse ReadMe.txt
Note:
See TracChangeset
for help on using the changeset viewer.