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
|
||||
# http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
# June 14, 2002 - July 14, 2005
|
||||
# June 14, 2002 - July 15, 2005
|
||||
|
||||
|
||||
# Where to install things:
|
||||
|
|
@ -502,7 +502,11 @@ install-data:
|
|||
@install -d $(DATA_PREFIX)
|
||||
@cp -R data/* $(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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue