diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-16 21:57:34 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-16 21:57:34 +0000 |
commit | ccfe9e7e9b49cbbf7c50fbf1a5c33178f27f79eb (patch) | |
tree | 12035e69fb45a209f3e05d22caf83f4c685472b7 | |
parent | a7d6a4fb321415b8aaad72760ff8a1ca3fd077f9 (diff) |
Link Xprint config directories in $(C_LOCALE) list to C locale dir, not
en_US
-rw-r--r-- | XpConfig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XpConfig/Makefile.am b/XpConfig/Makefile.am index 5549c10c4..a5ea214c4 100644 --- a/XpConfig/Makefile.am +++ b/XpConfig/Makefile.am @@ -704,7 +704,7 @@ install-data-local: remove-links done ; \ \ for dir in $(C_LOCALES) ; do \ - ln -s en_US $(dest)/$${dir} ; \ + ln -s C $(dest)/$${dir} ; \ done ; uninstall-hook: remove-links |