Compiling depot`s into a bundle

First expand the depot`s into an install directory: for file in `ls -1 *.depot` do swcopy -x enforce_dependencies=FALSE \ -x mount_all_filesystems=FALSE \ -x reinstall=TRUE \ -x write_remote_files=TRUE \ -d -s `pwd`/$file \* @ `pwd`/depot doneĀ  Now that you have this … Continue reading Compiling depot`s into a bundle