Changeset 60091 in vbox
- Timestamp:
- Mar 18, 2016 11:35:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/run-inst.sh
r58820 r60091 322 322 INSTALLATION_MODULES_DIR="$INSTALLATION_DIR/installer/" 323 323 324 # install the new version 325 mkdir -p -m 755 "$CONFIG_DIR" 326 test ! -d "$INSTALLATION_DIR" && REMOVE_INSTALLATION_DIR=1 327 mkdir -p -m 755 "$INSTALLATION_DIR" 328 324 329 # install and load installer modules 325 330 if [ -d installer ]; then … … 337 342 fi 338 343 339 # install the new version340 mkdir -p -m 755 "$CONFIG_DIR"341 test ! -d "$INSTALLATION_DIR" && REMOVE_INSTALLATION_DIR=1342 mkdir -p -m 755 "$INSTALLATION_DIR"343 344 # Create a list of the files in the archive, skipping any directories which 344 345 # already exist in the filesystem.
Note:
See TracChangeset
for help on using the changeset viewer.