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
|
# bill@newbreedsoftware.com
|
||||||
# http://www.newbreedsoftware.com/tuxpaint/
|
# http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
# June 14, 2002 - January 14, 2004
|
# June 14, 2002 - January 21, 2004
|
||||||
|
|
||||||
|
|
||||||
# Where to install things:
|
# Where to install things:
|
||||||
|
|
@ -526,7 +526,7 @@ install-doc:
|
||||||
@echo "...Installing documentation..."
|
@echo "...Installing documentation..."
|
||||||
@install -d $(DOC_PREFIX)
|
@install -d $(DOC_PREFIX)
|
||||||
@cp -R docs/* $(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:
|
# Install the man page:
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,13 @@ bill@newbreedsoftware.com
|
||||||
http://www.newbreedsoftware.com/tuxpaint/
|
http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
|
|
||||||
2004.Jan.21 [cvs]
|
2004.Jan.21 (0.9.14) [cvs]
|
||||||
* Korean language file (ko.po) update.
|
* Korean language file (ko.po) update.
|
||||||
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
|
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
|
||||||
|
|
||||||
|
* Fixed security issue with permissions to Tux Paint docs directory.
|
||||||
|
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
|
||||||
|
|
||||||
2004.Jan.14 (0.9.14) [cvs]
|
|
||||||
* Made sure KDE icon directories exist before trying to copy files to them.
|
* Made sure KDE icon directories exist before trying to copy files to them.
|
||||||
|
|
||||||
* Fixed crash bug when switching from different tools with scrolling
|
* Fixed crash bug when switching from different tools with scrolling
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue