Makefile fix to install default locale fonts (the small ones that now come
with Tux Paint).
This commit is contained in:
parent
6d4847799e
commit
7785e7881c
2 changed files with 9 additions and 2 deletions
8
Makefile
8
Makefile
|
|
@ -6,7 +6,7 @@
|
||||||
# bill@newbreedsoftware.com
|
# bill@newbreedsoftware.com
|
||||||
# http://www.newbreedsoftware.com/tuxpaint/
|
# http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
# June 14, 2002 - July 14, 2005
|
# June 14, 2002 - July 15, 2005
|
||||||
|
|
||||||
|
|
||||||
# Where to install things:
|
# Where to install things:
|
||||||
|
|
@ -502,7 +502,11 @@ install-data:
|
||||||
@install -d $(DATA_PREFIX)
|
@install -d $(DATA_PREFIX)
|
||||||
@cp -R data/* $(DATA_PREFIX)
|
@cp -R data/* $(DATA_PREFIX)
|
||||||
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)
|
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)
|
||||||
|
@echo
|
||||||
|
@echo "...Installing fonts..."
|
||||||
|
@install -d $(DATA_PREFIX)/fonts/locale
|
||||||
|
@cp -R fonts/locale/* $(DATA_PREFIX)/fonts/locale
|
||||||
|
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)/fonts/locale
|
||||||
|
|
||||||
# Install the translated text:
|
# Install the translated text:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -202,6 +202,9 @@ http://www.newbreedsoftware.com/tuxpaint/
|
||||||
(Apparently, the "[[...]]" version didn't work some places.)
|
(Apparently, the "[[...]]" version didn't work some places.)
|
||||||
Jeff Smith <whydoubt@yahoo.com>
|
Jeff Smith <whydoubt@yahoo.com>
|
||||||
|
|
||||||
|
* Failed to install default locale fonts. Fixed.
|
||||||
|
kyjo44 <kyjo44@users.sourceforge.net>
|
||||||
|
|
||||||
* Compiling, porting and packaging updates:
|
* Compiling, porting and packaging updates:
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
* Added "Categories" to the 'tuxpaint.desktop' file
|
* Added "Categories" to the 'tuxpaint.desktop' file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue