Changeset 39754 in vbox
- Timestamp:
- Jan 11, 2012 4:49:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r38998 r39754 69 69 REMOTE_INST=1 70 70 fi 71 72 # nothing to check for non-global zones 73 currentzone=`zonename` 74 if test "$currentzone" != "global"; then 75 exit 0 76 fi 77 71 78 72 79 infoprint "Checking package dependencies..."
Note:
See TracChangeset
for help on using the changeset viewer.