Artifact 6fa1a37e4bc72d353a4aca409c07df577a385ec5:
- Executable file tests/installall/tests/mmisc/install.sh — part of check-in [908b883b86] at 2013-08-04 01:01:36 on branch v1.55 — Added some checks to ensure directories are there before changing to them, generalized some of the tasks in installall. Removed writing of environment in mt_ezstep updated the manual with brief mention on how to get the environment from one step to another (user: matt, size: 314) [annotate] [blame] [check-ins using] [more...]
#!/usr/bin/env bash # Run your step here source $PREFIX/buildsetup.sh cd src if [ $FSLPKG == "logpro" ];then chicken-install elif [ $FSLPKG == "stml" ];then cp install.cfg.template install.cfg cp requirements.scm.template requirements.scm make make install else make make install PREFIX=$PREFIX fi