VirtualBox

Changeset 8081

Show
Ignore:
Timestamp:
04/17/08 11:02:53 (7 months ago)
Author:
vboxsync
Message:

Rebranding: solaris guest installer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Additions/solaris/Installer/makepackage.sh

    r7950 r8081  
    11#!/bin/sh 
    2 
    3 # innotek VirtualBox Solaris Guest Additions package creation script. 
    4 # Usage: 
    5 #       makespackage.sh $(PATH_TARGET)/install packagename 
     2# innotek VirtualBox 
     3# VirtualBox Solaris Guest Additions package creation script. 
    64# 
    75# Copyright (C) 2008 innotek GmbH 
     
    1513# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 
    1614# 
     15 
     16# 
     17# Usage: 
     18#       makespackage.sh $(PATH_TARGET)/install packagename 
    1719 
    1820if [ -z "$2" ]; then 
     
    4345rm prototype2 
    4446pkgmk -o -r . 
    45 pkgtrans -s -o /var/spool/pkg `pwd`/$2 INNOvboxguest 
    46 rm -rf /var/spool/pkg/INNOvboxguest 
     47pkgtrans -s -o /var/spool/pkg `pwd`/$2 SUNWvboxguest 
     48rm -rf /var/spool/pkg/SUNWvboxguest 
    4749 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy