Changeset 9746 in vbox
- Timestamp:
- Jun 17, 2008 7:58:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r9279 r9746 20 20 # 21 21 # Usage: 22 # makespackage.sh $(PATH_TARGET)/install packagename $( BUILD_TARGET_ARCH)22 # makespackage.sh $(PATH_TARGET)/install packagename $(KBUILD_TARGET_ARCH) [VBIPackageName] 23 23 24 24 if [ -z "$3" ]; then … … 94 94 # $4 if exist would contain the path to the VBI package to include in the .tar.gz 95 95 if test -f "$4"; then 96 $VBOX_GTAR zcvf "$VBOX_ARCHIVE" "$VBOX_PKGFILE" $4autoresponse ReadMe.txt96 $VBOX_GTAR zcvf "$VBOX_ARCHIVE" "$VBOX_PKGFILE" "$4" autoresponse ReadMe.txt 97 97 else 98 98 $VBOX_GTAR zcvf "$VBOX_ARCHIVE" "$VBOX_PKGFILE" autoresponse ReadMe.txt
Note:
See TracChangeset
for help on using the changeset viewer.