VirtualBox

Changeset 44920 in vbox


Ignore:
Timestamp:
Mar 5, 2013 10:28:15 AM (12 years ago)
Author:
vboxsync
Message:

Additions/linux: grrr

File:
1 edited

Legend:

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

    r44919 r44920  
    343343link_into_fs "src" "/usr/src"
    344344
    345 info "Installing additional modules ..."
    346 for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" 2> /dev/null`
    347     do
    348         echo "$CUR_MODULE" >> "$CONFIG_DIR/$CONFIG_FILES"
    349     done
     345if [ -d "$INSTALLATION_MODULES_DIR" ]; then
     346  info "Installing additional modules ..."
     347  for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" 2>/dev/null`
     348      do
     349          echo "$CUR_MODULE" >> "$CONFIG_DIR/$CONFIG_FILES"
     350      done
     351fi
    350352
    351353for CUR_MODULE in ${INSTALLATION_MODULES_LIST}
     
    442444#            value below to not override values which are set to a default
    443445#            value in the modules itself.
    444 for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" -name "module-* 2> /dev/null"`
     446for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" -name "module-*" 2>/dev/null`
    445447    do
    446448        . "\$CUR_MODULE"
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