Blob Blame History Raw
Patch by Robert Scheck <robert@fedoraproject.org> for libunicapgtk <= 0.9.12 to work around
the issue of /usr/@DATADIRNAME@/locale/ rather /usr/share/locale/ on Fedora 28 (and newer).

--- libunicapgtk-0.9.8/po/Makefile.in.in		2010-01-17 08:49:29.000000000 +0100
+++ libunicapgtk-0.9.8/po/Makefile.in.in.datadirname	2019-02-09 14:36:05.127474466 +0100
@@ -33,7 +33,7 @@
 datadir = @datadir@
 datarootdir = @datarootdir@
 libdir = @libdir@
-DATADIRNAME = @DATADIRNAME@
+DATADIRNAME = share
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
 subdir = po
 install_sh = @install_sh@