Changeset 50519 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Feb 20, 2014 10:55:18 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r50252 r50519 240 240 # or "pkg://solaris/system/[email protected],5.11-5.12.0.0.0.4.1:20120908T030246Z" 241 241 # or "pkg://solaris/system/[email protected],5.11-0.175.0.0.0.1.0:20111012T032837Z" 242 # or "pkg://solaris/system/[email protected]:20121012T032837Z" 242 # or "pkg://solaris/system/[email protected]:20121012T032837Z" [1] 243 # [1]: The sed below doesn't handle this. It's instead parsed below in the PSARC/2012/240 case. 243 244 STR_KERN_MAJOR=`echo "$PKGFMRI" | sed 's/^.*\@//;s/\,.*//'` 244 245 if test ! -z "$STR_KERN_MAJOR"; then
Note:
See TracChangeset
for help on using the changeset viewer.