Changeset 92655 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Nov 30, 2021 9:00:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r92650 r92655 915 915 "$pythonbin" -c "from distutils.core import setup" > /dev/null 2>&1 916 916 if test "$?" -ne 0; then 917 subprint "Skipped: $pythondesc install is unusable "917 subprint "Skipped: $pythondesc install is unusable, missing package 'distutils'" 918 918 return 0 919 919 fi
Note:
See TracChangeset
for help on using the changeset viewer.