VirtualBox

Changeset 9746 in vbox


Ignore:
Timestamp:
Jun 17, 2008 7:58:17 AM (17 years ago)
Author:
vboxsync
Message:

Solaris installer minor changes (syntax and comment)

File:
1 edited

Legend:

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

    r9279 r9746  
    2020#
    2121# Usage:
    22 #       makespackage.sh $(PATH_TARGET)/install packagename $(BUILD_TARGET_ARCH)
     22#       makespackage.sh $(PATH_TARGET)/install packagename $(KBUILD_TARGET_ARCH) [VBIPackageName]
    2323
    2424if [ -z "$3" ]; then
     
    9494# $4 if exist would contain the path to the VBI package to include in the .tar.gz
    9595if test -f "$4"; then
    96     $VBOX_GTAR zcvf "$VBOX_ARCHIVE" "$VBOX_PKGFILE" $4 autoresponse ReadMe.txt
     96    $VBOX_GTAR zcvf "$VBOX_ARCHIVE" "$VBOX_PKGFILE" "$4" autoresponse ReadMe.txt
    9797else
    9898    $VBOX_GTAR zcvf "$VBOX_ARCHIVE" "$VBOX_PKGFILE" 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