Changeset 495 for trunk/confman.in
- Timestamp:
- 11/12/2009 11:06:23 (2 years ago)
- File:
-
- 1 edited
-
trunk/confman.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.in
r492 r495 254 254 function inst { 255 255 local file livefile 256 local msg status files file sing256 local msg status files args 257 257 local nocommit=true 258 258 local system_lock wcopy_lock 259 259 local opt OPTIND OPTARG 260 local module 260 261 261 262 while getopts ":m:F:" opt ; do … … 290 291 291 292 for layer in $(conf_get_recipe) ; do 292 conf_install $layer "$@" 293 # Fix singularities in the file arguments 294 args= 295 for file in "$@"; do 296 module=$(conf_wfile_module $file) 297 if conf_wfile_is_singularity $file; then 298 args="${args:+${args} }${file%-$module}-${layer}" 299 else 300 args="${args:+${args} }${file}" 301 fi 302 done 303 304 conf_install $layer "$args" 293 305 done 294 306 for file in $SINGULARITIES ; do
Note: See TracChangeset
for help on using the changeset viewer.
