From 3eb9f2d693af89d04e2fd92492c8205dce332c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 1 Sep 2005 19:24:13 +0000 Subject: Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install destination can be overridden at make install time. --- nls/zh_TW.UTF-8/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nls/zh_TW.UTF-8') diff --git a/nls/zh_TW.UTF-8/Makefile.am b/nls/zh_TW.UTF-8/Makefile.am index cf1f9232..12794176 100644 --- a/nls/zh_TW.UTF-8/Makefile.am +++ b/nls/zh_TW.UTF-8/Makefile.am @@ -1,3 +1,3 @@ -x11thislocaledir = @X11_LOCALEDATADIR@/zh_TW.UTF-8 +x11thislocaledir = $(X11_LOCALEDATADIR)/zh_TW.UTF-8 include $(top_srcdir)/nls/localerules.in -- cgit v1.2.1