diff options
author | rbuj <[email protected]> | 2020-01-29 18:53:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-01 14:48:25 +0100 |
commit | 97842874570c451fef5dbb88e80c52291f29a25e (patch) | |
tree | e2a7a6a67c9e636fa735a3889feeb90dcef00dc2 | |
parent | c477b6fd2eec63f629ff5934e78c190ea6c73911 (diff) | |
download | mate-applets-97842874570c451fef5dbb88e80c52291f29a25e.tar.bz2 mate-applets-97842874570c451fef5dbb88e80c52291f29a25e.tar.xz |
autoconf: fix matelocaledir
-rw-r--r-- | configure.ac | 2 |
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 *************************************************************************** |