~ salmonella-environment-setup (master) ef67c93c946f07827ae3d97ace304c1b88d3399f
commit ef67c93c946f07827ae3d97ace304c1b88d3399f Author: Mario Domenech Goulart <mario@ossystems.com.br> AuthorDate: Wed Oct 13 17:21:46 2010 -0300 Commit: Mario Domenech Goulart <mario@ossystems.com.br> CommitDate: Wed Oct 13 17:21:46 2010 -0300 run-salmonella.scm: Install salmonella to the right place diff --git a/run-salmonella.scm b/run-salmonella.scm index e3dfea5..499bc7a 100755 --- a/run-salmonella.scm +++ b/run-salmonella.scm @@ -84,7 +84,7 @@ (! `(make PLATFORM=linux ,(string-append "PREFIX=" chicken-prefix " CHICKEN=" chicken-bootstrap) install) chicken-core-dir) ;; [Re]install salmonella, just in case - (! '(chicken-install salmonella)) + (! `(,(make-pathname (pathname-directory chicken-bootstrap) "chicken-install") salmonella)) ;; Run salmonella (! `(,(make-pathname (pathname-directory chicken-bootstrap) "salmonella")Trap