Changeset 43268 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Sep 10, 2012 1:34:33 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r42119 r43268 214 214 215 215 if [ "$ACTION" = "install" ]; then 216 # Choose a proper umask 217 umask 022 218 216 219 # Find previous installation 217 220 if [ ! -r $CONFIG_DIR/$CONFIG ]; then
Note:
See TracChangeset
for help on using the changeset viewer.