From 1d4be8052f3ca2b606b1cb065902cc0ae42b1ba1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 27 Sep 2006 15:40:10 +0000 Subject: [PATCH] Don't install progressbar suid. --- commands/simple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/simple/Makefile b/commands/simple/Makefile index ed7b646fd..3b53b37f3 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -1468,7 +1468,7 @@ install: \ install -cs -o root -m 4755 $? $@ /usr/bin/progressbar: progressbar - install -cs -o root -m 4755 $? $@ + install -cs -o root -m 755 $? $@ /usr/bin/prep: prep install -cs -o bin $? $@ -- 2.44.0