From 33cad01397fb86b07eadf14ee91613e9db085c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sun, 9 Sep 2007 21:00:21 +0000 Subject: [PATCH] use more standard mode 750 instead of 754 --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 3617f40e..58ce53e9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,6 +33,6 @@ BIN=$(DESTDIR)/usr/lib/alternc/ install: chown root:www-data $(BIN) chmod 755 $(BIN) - install -o root -g www-data -m4754 $(SETUID) du.pl $(BIN) - install -o root -g www-data -m0754 $(SCRIPTS) $(BIN) + install -o root -g www-data -m4750 $(SETUID) du.pl $(BIN) + install -o root -g www-data -m0750 $(SCRIPTS) $(BIN) install -o root -g www-data -m0644 $(LIBS) $(BIN)