Index: /trunk/src/VBox/Installer/solaris/checkinstall.sh
===================================================================
--- /trunk/src/VBox/Installer/solaris/checkinstall.sh	(revision 39753)
+++ /trunk/src/VBox/Installer/solaris/checkinstall.sh	(revision 39754)
@@ -69,4 +69,11 @@
     REMOTE_INST=1
 fi
+
+# nothing to check for non-global zones
+currentzone=`zonename`
+if test "$currentzone" != "global"; then
+    exit 0
+fi
+
 
 infoprint "Checking package dependencies..."
