diff --git a/commands/simple/Makefile b/commands/simple/Makefile index d5f74f3a8..02c64e7bf 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -1618,7 +1618,7 @@ install: \ install -cs -o bin $? $@ /usr/bin/top: top - install -cs -o root -S 4755 $? $@ + install -cs -o root -m 4755 $? $@ /usr/bin/touch: touch install -cs -o bin $? $@