Index: /trunk/src/VBox/Installer/solaris/makepackage.sh
===================================================================
--- /trunk/src/VBox/Installer/solaris/makepackage.sh	(revision 29918)
+++ /trunk/src/VBox/Installer/solaris/makepackage.sh	(revision 29919)
@@ -50,7 +50,4 @@
 VBOX_PKG_ARCH=$3
 VBOX_SVN_REV=$4
-if [ -f LICENSE ]; then
-    VBOX_LICENSEFILE=LICENSE
-fi
 
 VBOX_PKGNAME=SUNWvbox
@@ -214,4 +211,7 @@
 
 # $5 if exist would contain the path to the VBI package to include in the .tar.gz
+if [ -f LICENSE ]; then
+    VBOX_LICENSEFILE=LICENSE
+fi
 if test -f "$5"; then
     $VBOX_GTAR zcvf "$VBOX_ARCHIVE" $VBOX_LICENSEFILE "$VBOX_PKGFILE" "$5" autoresponse ReadMe.txt
