blob: e37482b97beed552108f40ed8adaf26870b96b8c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Causes locale file to be installed in /usr/locale instead of /usr/share/locale
2
3Apply the same fix as in evolution-data-server:
4https://git.gnome.org/browse/evolution-data-server/commit/configure.ac?id=ec46c763e9342f604b7228c660623d271dfeb101
5
6Upstream-Status: Pending
7
8diff -uNr gnome-themes-2.32.1.orig/configure.in gnome-themes-2.32.1/configure.in
9--- gnome-themes-2.32.1.orig/configure.in 2015-09-18 15:01:25.152055729 +0200
10+++ gnome-themes-2.32.1/configure.in 2015-09-18 15:09:03.312072156 +0200
11@@ -19,11 +19,6 @@
12
13 AM_GLIB_GNU_GETTEXT
14
15-# AM_GLIB_GNU_GETTEXT above subst. $DATADIRNAME
16-# this is the directory where the *.{mo,gmo} files are installed
17-localedir='${prefix}/${DATADIRNAME}/locale'
18-AC_SUBST(localedir)
19-
20 # Workaround to make aclocal get the right flags
21 AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
22