use more standard mode 750 instead of 754

This commit is contained in:
Antoine Beaupré 2007-09-09 21:00:21 +00:00
parent 29812ce3dd
commit 33cad01397
1 changed files with 2 additions and 2 deletions

View File

@ -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)