Changeset 12452 in vbox
- Timestamp:
- Sep 15, 2008 8:32:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxdrv.sh
r12242 r12452 51 51 modulepath="$MODDIR32/$MODNAME" 52 52 if test -f "$modulepath"; then 53 abort "## Found x86 module instead of amd64. Please install the amd64 package!"53 abort "## Found 32-bit module instead of 64-bit. Please install the amd64 package!" 54 54 fi 55 55 else … … 57 57 modulepath="$MODDIR64/$MODNAME" 58 58 if test -f "$modulepath"; then 59 abort "## Found amd64 module instead of x86. Please install the x86 package!"59 abort "## Found 64-bit module instead of 32-bit. Please install the x86 package!" 60 60 fi 61 61 fi
Note:
See TracChangeset
for help on using the changeset viewer.