VirtualBox

Changeset 44166 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Dec 19, 2012 4:28:19 PM (12 years ago)
Author:
vboxsync
Message:

Linux installer: Changed module command line handling from '--enable <module>' to '--with-<module>'

File:
1 edited

Legend:

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

    r44145 r44166  
    223223             #       with callback mod_mymod_show_options?)
    224224
    225             --enable)
    226                 MODULE_CUR=$2
    227                 MODULE_CUR_PATH=$2
     225            --with-*)
     226                MODULE_CUR=$(expr "$ARG" : '--with-\(.*\)')
    228227                # Check if corresponding module in installer/module-$1 exists.
    229228                # Note: Module names may not contain spaces or other funny things.
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