lilalo
diff install @ 120:42d9af3c851c
minifix
author | igor |
---|---|
date | Thu Mar 13 12:22:31 2008 +0200 (2008-03-13) |
parents | 9e6359b7ad55 |
children | b1685388f821 |
line diff
1.1 --- a/install Sun Mar 09 22:54:22 2008 +0200 1.2 +++ b/install Thu Mar 13 12:22:31 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