Changeset 32702 in vbox for trunk/src/VBox
- Timestamp:
- Sep 22, 2010 5:42:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r32639 r32702 34 34 } 35 35 36 # nothing to check for targettedinstall37 if test "x$ PKG_INSTALL_ROOT" != "x/"; then36 # nothing to check for remote install 37 if test "x${PKG_INSTALL_ROOT:=/}" != "x/"; then 38 38 exit 0 39 39 fi
Note:
See TracChangeset
for help on using the changeset viewer.