summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-16 21:57:34 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-16 21:57:34 +0000
commitccfe9e7e9b49cbbf7c50fbf1a5c33178f27f79eb (patch)
tree12035e69fb45a209f3e05d22caf83f4c685472b7
parenta7d6a4fb321415b8aaad72760ff8a1ca3fd077f9 (diff)
Link Xprint config directories in $(C_LOCALE) list to C locale dir, not
en_US
-rw-r--r--XpConfig/Makefile.am2
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