From e377457daac9f4a7fbf4461d3475b1519e844b73 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 12 Apr 2006 21:51:01 +0000 Subject: [PATCH] Install ls in /bin too --- commands/simple/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 $? $@ -- 2.44.0