mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-12 16:10:51 +02:00
Pmodules/modbuild: modulefile installation can be forced via command-line
This commit is contained in:
@@ -149,6 +149,7 @@ declare enable_cleanup_src='no'
|
||||
declare target=''
|
||||
declare bootstrap='no'
|
||||
declare variants_file=''
|
||||
declare opt_install_modulefile=''
|
||||
|
||||
# array collecting all modules specified on the command line via '--with=module'
|
||||
with_modules=()
|
||||
@@ -249,6 +250,9 @@ while (( $# > 0 )); do
|
||||
--bootstrap )
|
||||
bootstrap='yes'
|
||||
;;
|
||||
--install-modulefile )
|
||||
opt_install_modulefile='yes'
|
||||
;;
|
||||
[0-9]* )
|
||||
V=$1
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user