summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-01-29 18:53:46 +0100
committerraveit65 <[email protected]>2020-02-01 14:48:25 +0100
commit97842874570c451fef5dbb88e80c52291f29a25e (patch)
treee2a7a6a67c9e636fa735a3889feeb90dcef00dc2
parentc477b6fd2eec63f629ff5934e78c190ea6c73911 (diff)
downloadmate-applets-97842874570c451fef5dbb88e80c52291f29a25e.tar.bz2
mate-applets-97842874570c451fef5dbb88e80c52291f29a25e.tar.xz
autoconf: fix matelocaledir
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a54505d7..0574e79a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -245,7 +245,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package])
AC_DEFINE_DIR(MATELOCALEDIR, "${datadir}/locale", [locale directory])
# this is the directory where the *.{mo,gmo} files are installed
-matelocaledir='${prefix}/${DATADIRNAME}/locale'
+matelocaledir='${datadir}/locale'
AC_SUBST(matelocaledir)
dnl ***************************************************************************