Fixed loss of locale path.

This commit is contained in:
William Kendrick 2008-05-08 19:29:55 +00:00
parent c055e0a00d
commit 5867c542fe

View file

@ -65,6 +65,11 @@ BIN_PREFIX:=$(DESTDIR)$(PREFIX)/bin
DATA_PREFIX:=$(DESTDIR)$(PREFIX)/share/tuxpaint
# Locale Prefix (dup'd from Makefile-i18n; needed by src/i18n.c to set path
# to our specific tuxpaint.mo files! -bjk 2008.05.08)
LOCALE_PREFIX:=$(DESTDIR)$(PREFIX)/share/locale
# Magic Tool plug-ins
INCLUDE_PREFIX:=$(DESTDIR)$(PREFIX)/include