Fixed insecure/incorrect permissions on docs directory (during install)
This commit is contained in:
parent
eb10067260
commit
c455db6309
2 changed files with 5 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# bill@newbreedsoftware.com
|
||||
# http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
# June 14, 2002 - January 14, 2004
|
||||
# June 14, 2002 - January 21, 2004
|
||||
|
||||
|
||||
# Where to install things:
|
||||
|
|
@ -526,7 +526,7 @@ install-doc:
|
|||
@echo "...Installing documentation..."
|
||||
@install -d $(DOC_PREFIX)
|
||||
@cp -R docs/* $(DOC_PREFIX)
|
||||
@chmod a=rX,g=rX,o=rwX $(DOC_PREFIX)
|
||||
@chmod a=rX,g=rX,u=rwX $(DOC_PREFIX)
|
||||
|
||||
|
||||
# Install the man page:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue