VirtualBox

Changeset 60091 in vbox


Ignore:
Timestamp:
Mar 18, 2016 11:35:55 AM (9 years ago)
Author:
vboxsync
Message:

Installer/linux: create the INSTALLATION_DIR before we copy the 'additional installer modules', otherwise the INSTALLATION_DIR is created implicitly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/run-inst.sh

    r58820 r60091  
    322322INSTALLATION_MODULES_DIR="$INSTALLATION_DIR/installer/"
    323323
     324# install the new version
     325mkdir -p -m 755 "$CONFIG_DIR"
     326test ! -d "$INSTALLATION_DIR" && REMOVE_INSTALLATION_DIR=1
     327mkdir -p -m 755 "$INSTALLATION_DIR"
     328
    324329# install and load installer modules
    325330if [ -d installer ]; then
     
    337342fi
    338343
    339 # install the new version
    340 mkdir -p -m 755 "$CONFIG_DIR"
    341 test ! -d "$INSTALLATION_DIR" && REMOVE_INSTALLATION_DIR=1
    342 mkdir -p -m 755 "$INSTALLATION_DIR"
    343344# Create a list of the files in the archive, skipping any directories which
    344345# already exist in the filesystem.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette