]> Zhao Yanbai Git Server - minix.git/commitdiff
Don't install progressbar suid.
authorBen Gras <ben@minix3.org>
Wed, 27 Sep 2006 15:40:10 +0000 (15:40 +0000)
committerBen Gras <ben@minix3.org>
Wed, 27 Sep 2006 15:40:10 +0000 (15:40 +0000)
commands/simple/Makefile

index ed7b646fd937fa721b6c55176d76df21a7cdc37d..3b53b37f3f855db2baf545469aaec0872c4a09ed 100755 (executable)
@@ -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 $? $@