Changeset 61909 in vbox
- Timestamp:
- Jun 28, 2016 8:56:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r58696 r61909 164 164 checkdep_ips_either "runtime/python-26" "runtime/python-27" 165 165 checkdep_ips_either "system/library/iconv/utf-8" "system/library/iconv/iconv-core" 166 checkdep_ips "system/library/gcc/gcc-c++-runtime" 167 checkdep_ips "system/library/gcc/gcc-c-runtime" 166 168 else 167 PKG_MISSING_IPS="runtime/python-26 system/library/iconv/utf-8 "169 PKG_MISSING_IPS="runtime/python-26 system/library/iconv/utf-8 system/library/gcc/gcc-c++-runtime system/library/gcc/gcc-c-runtime" 168 170 fi 169 171 if test -x "$BIN_PKGINFO"; then
Note:
See TracChangeset
for help on using the changeset viewer.