From: Martin Mares Date: Thu, 3 Jul 2003 08:58:04 +0000 (+0000) Subject: Avoid copying of .profile. X-Git-Tag: python-dummy-working~476 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0062d2306d85fd921852167a5071c2a1c4ec8083;p=moe.git Avoid copying of .profile. --- diff --git a/bin/mo-install b/bin/mo-install index 7d54007..8df7159 100755 --- a/bin/mo-install +++ b/bin/mo-install @@ -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