- Timestamp:
- 11/12/2009 12:10:43 (3 years ago)
- File:
-
- 1 edited
-
trunk/confman.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.in
r497 r498 254 254 function inst { 255 255 local file livefile 256 local msg status files args256 local msg status files 257 257 local nocommit=true 258 258 local system_lock wcopy_lock … … 294 294 for layer in $(conf_get_recipe) ; do 295 295 # Fix singularities in the file arguments 296 args=297 296 for file in "$@"; do 298 297 module=$(conf_wfile_module $file) 299 298 if conf_wfile_is_singularity $file; then 300 args="${args:+${args} }${file%-$module}-${layer}"299 conf_install $layer "${file%-$module}-${layer}" 301 300 else 302 args="${args:+${args} }${file}"301 conf_install $layer "$file" 303 302 fi 303 conf_install $layer "$file" 304 304 done 305 306 conf_install $layer "$args"307 305 done 308 306 for file in $SINGULARITIES ; do
Note: See TracChangeset
for help on using the changeset viewer.
