Package: tuxmath
Version: 2.0.3

What is about to change localedir = $(datadir)/locale on localedir =
@localedir@ ?
diff -up ./src/Makefile.am.orig ./src/Makefile.am
--- ./src/Makefile.am.orig	2013-07-29 15:36:23.468980823 +0000
+++ ./src/Makefile.am	2013-07-29 15:36:40.998273314 +0000
@@ -3,7 +3,7 @@
 
 # Support for gettext:
 datadir = @datadir@
-localedir = $(datadir)/locale
+localedir = @localedir@
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 
 AM_CFLAGS=-Wall -g -DDATA_PREFIX=\"${DATA_PREFIX}\" -DDEBUG \

Reply via email to