From 305b250f9542aa2f47cf8a80c5bb4d2bd66a3442 Mon Sep 17 00:00:00 2001 From: rezso Date: Thu, 22 Jan 2015 18:35:15 +0100 Subject: fix localedir path Closes https://github.com/mate-desktop/mate-icon-theme/pull/17 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 148e461..9ddb82e 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ IT_PROG_INTLTOOL([0.40.0]) GETTEXT_PACKAGE="${PACKAGE}" AC_SUBST(GETTEXT_PACKAGE) -localedir='$(prefix)/$(DATADIRNAME)/locale' +localedir='$(datadir)/locale' AC_SUBST(localedir) # Workaround to make aclocal get the right flags -- cgit v1.2.1