Changeset 44217 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Dec 29, 2012 8:27:34 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82995
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r42491 r44217 1 1 #!/bin/sh 2 # $Id$ 2 3 ## @file 3 #4 4 # VirtualBox package creation script, Solaris hosts. 5 5 # 6 6 7 7 # 8 # Copyright (C) 2007-201 1Oracle Corporation8 # Copyright (C) 2007-2012 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 118 118 ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/webtest 119 119 ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxZoneAccess 120 ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxSVC 120 121 if test -f $VBOX_INSTALLED_DIR/amd64/VBoxTestOGL || test -f $VBOX_INSTALLED_DIR/i386/VBoxTestOGL; then 121 122 ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxTestOGL
Note:
See TracChangeset
for help on using the changeset viewer.