From: Ben Gras Date: Wed, 12 Apr 2006 21:51:01 +0000 (+0000) Subject: Install ls in /bin too X-Git-Tag: v3.1.2a~19 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=e377457daac9f4a7fbf4461d3475b1519e844b73;p=minix.git Install ls in /bin too --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index 219d4ebbb..85cd28924 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -1001,6 +1001,7 @@ install: \ /usr/bin/lp \ /usr/bin/lpd \ /usr/bin/ls \ + /bin/ls \ /usr/bin/mail \ /usr/bin/man \ /usr/bin/mesg \ @@ -1385,6 +1386,9 @@ install: \ /usr/bin/ls: ls install -cs -o bin $? $@ +/bin/ls: ls + install -cs -o bin $? $@ + /usr/bin/mail: mail install -cs -o root -m 4755 $? $@