diff options
author | rezso <[email protected]> | 2015-01-22 18:35:15 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-04-06 18:19:22 +0200 |
commit | 305b250f9542aa2f47cf8a80c5bb4d2bd66a3442 (patch) | |
tree | 27fd9676bc73a92fb90c3a2210444214f6d5ffd7 /configure.ac | |
parent | 5e64c7550da31689411cb8a8d88760e7f3b3ad20 (diff) | |
download | mate-icon-theme-305b250f9542aa2f47cf8a80c5bb4d2bd66a3442.tar.bz2 mate-icon-theme-305b250f9542aa2f47cf8a80c5bb4d2bd66a3442.tar.xz |
fix localedir pathmate-icon-theme-1.10.0
Closes https://github.com/mate-desktop/mate-icon-theme/pull/17
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |