From ccfe9e7e9b49cbbf7c50fbf1a5c33178f27f79eb Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 16 Oct 2005 21:57:34 +0000 Subject: [PATCH] Link Xprint config directories in $(C_LOCALE) list to C locale dir, not en_US --- XpConfig/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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