diff options
author | Kristian Høgsberg <krh@redhat.com> | 2005-09-01 19:24:13 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2005-09-01 19:24:13 +0000 |
commit | 3eb9f2d693af89d04e2fd92492c8205dce332c9c (patch) | |
tree | 1a8ae8fb5abfd53c7c7756c25f0ce23a27ba8ead /nls/zh_HK.UTF-8 | |
parent | 7afa64325183b78d2d6a4862821f8b3e9866105c (diff) |
Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install destination can be overridden at make install time.
Diffstat (limited to 'nls/zh_HK.UTF-8')
-rw-r--r-- | nls/zh_HK.UTF-8/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/zh_HK.UTF-8/Makefile.am b/nls/zh_HK.UTF-8/Makefile.am index d1ac5e64..89d75307 100644 --- a/nls/zh_HK.UTF-8/Makefile.am +++ b/nls/zh_HK.UTF-8/Makefile.am @@ -1,3 +1,3 @@ -x11thislocaledir = @X11_LOCALEDATADIR@/zh_HK.UTF-8 +x11thislocaledir = $(X11_LOCALEDATADIR)/zh_HK.UTF-8 include $(top_srcdir)/nls/localerules.in |