]> mj.ucw.cz Git - moe.git/commitdiff
Avoid copying of .profile.
authorMartin Mares <mj@ucw.cz>
Thu, 3 Jul 2003 08:58:04 +0000 (08:58 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 3 Jul 2003 08:58:04 +0000 (08:58 +0000)
bin/mo-install

index 7d540078f12e5d3a0c2f10db6db828f0308f9848..8df71599790eb119a21a0b460cf07e46132432e5 100755 (executable)
@@ -18,7 +18,6 @@ echo "Creating $EVAL_USER"
 mkdir $EVAL_USER
 cd $EVAL_USER
 cp -a $H/* .
-mv bin/profile .profile
 chmod +x bin/*
 cd ..
 chown -R $EVAL_USER.$EVAL_GROUP $EVAL_USER