lilalo
changeset 118:73fb48eb8110
typo fixed
author | igor |
---|---|
date | Mon Mar 10 16:35:37 2008 +0200 (2008-03-10) |
parents | 9bb58a1eee2b |
children | 71bd999bcb04 |
files | install |
line diff
1.1 --- a/install Mon Mar 10 01:30:07 2008 +0200 1.2 +++ b/install Mon Mar 10 16:35:37 2008 +0200 1.3 @@ -170,7 +170,7 @@ 1.4 step "Installing dependencies" apt_get_install_deps 1.5 step "Downloading l3bashrc" ${wget} ${url_l3bashrc} 1.6 step "Downloading l3prompt" ${wget} ${url_l3prompt} 1.7 -step "Downloading l3-agent" '${wget} ${url_l3agent}; ${wget} ${url_l3configpm}; ${wget} ${url_l3config}' 1.8 +step "Downloading l3-agent" '${wget} ${url_l3agent}; ${wget} ${url_l3config_pm}; ${wget} ${url_l3config}' 1.9 step "Downloading perl modules for l3-agent" '{ for i in ${perl_modules}; do ${wget} ${url_perl_modules}/$i.tar.gz; done; }' 1.10 step "Installing perl modules for l3-agent" '{ for i in ${perl_modules}; do tar xvfz $i.tar.gz; cd $i*[^z]; perl Makefile.PL; make; make install; cd ..; done; }' 1.11 step "Installing l3bashrc to users home directories" install_to_users_homes $install_l3bashrc_for_this_users