summaryrefslogtreecommitdiff
path: root/x11/xkeyboard-config/patches/patch-po_Makefile.in.in
blob: 50088e2f5b63ee207478dd60899c3f0357abf900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-po_Makefile.in.in,v 1.2 2012/07/14 17:20:31 wiz Exp $

Fix installation directory for locale files.
https://bugs.freedesktop.org/show_bug.cgi?id=52094

--- po/Makefile.in.in.orig	2012-04-17 22:38:54.000000000 +0000
+++ po/Makefile.in.in
@@ -34,7 +34,7 @@ datadir = @datadir@
 datarootdir = @datarootdir@
 libdir = @libdir@
 DATADIRNAME = @DATADIRNAME@
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+itlocaledir = @localedir@
 subdir = po
 install_sh = @install_sh@
 # Automake >= 1.8 provides @mkdir_p@.