Changeset 8081 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 17, 2008 9:02:53 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/makepackage.sh
r7950 r8081 1 1 #!/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. 6 4 # 7 5 # Copyright (C) 2008 innotek GmbH … … 15 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 14 # 15 16 # 17 # Usage: 18 # makespackage.sh $(PATH_TARGET)/install packagename 17 19 18 20 if [ -z "$2" ]; then … … 43 45 rm prototype2 44 46 pkgmk -o -r . 45 pkgtrans -s -o /var/spool/pkg `pwd`/$2 INNOvboxguest46 rm -rf /var/spool/pkg/ INNOvboxguest47 pkgtrans -s -o /var/spool/pkg `pwd`/$2 SUNWvboxguest 48 rm -rf /var/spool/pkg/SUNWvboxguest 47 49
Note:
See TracChangeset
for help on using the changeset viewer.