# HG changeset patch # User igor # Date 1205159737 -7200 # Node ID 73fb48eb81102b21b1f6871ec2bb0c9d703ce72e # Parent 9bb58a1eee2bebf80b861823e4ef4d35805c2a48 typo fixed diff -r 9bb58a1eee2b -r 73fb48eb8110 install --- a/install Mon Mar 10 01:30:07 2008 +0200 +++ b/install Mon Mar 10 16:35:37 2008 +0200 @@ -170,7 +170,7 @@ step "Installing dependencies" apt_get_install_deps step "Downloading l3bashrc" ${wget} ${url_l3bashrc} step "Downloading l3prompt" ${wget} ${url_l3prompt} -step "Downloading l3-agent" '${wget} ${url_l3agent}; ${wget} ${url_l3configpm}; ${wget} ${url_l3config}' +step "Downloading l3-agent" '${wget} ${url_l3agent}; ${wget} ${url_l3config_pm}; ${wget} ${url_l3config}' step "Downloading perl modules for l3-agent" '{ for i in ${perl_modules}; do ${wget} ${url_perl_modules}/$i.tar.gz; done; }' 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; }' step "Installing l3bashrc to users home directories" install_to_users_homes $install_l3bashrc_for_this_users