use more standard mode 750 instead of 754
This commit is contained in:
parent
29812ce3dd
commit
33cad01397
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue