From e112e1fe907b0d9aa1fe4612087837061d516047 Mon Sep 17 00:00:00 2001 From: keith <keith@FreeBSD.org> Date: Sun, 11 Mar 2001 05:27:34 +0000 Subject: Fix mozill-bin polling problems when initializing, due to an incomplete locale setting. Reported and fix tested by: kliev, vanilla, keichii, sothat@zoonews.ee.ntu.edu.tw (Y.Chiu.=) --- chinese/mozilla-tclp/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chinese/mozilla-tclp/Makefile') diff --git a/chinese/mozilla-tclp/Makefile b/chinese/mozilla-tclp/Makefile index 69e64f4..2154799 100644 --- a/chinese/mozilla-tclp/Makefile +++ b/chinese/mozilla-tclp/Makefile @@ -33,6 +33,7 @@ do-build: do-install: (cd ${PREFIX}/lib/mozilla/chrome; \ + ${MV} all-locales.rdf all-locales.rdf.orig; \ ${MV} user-locales.rdf user-locales.rdf.orig; \ ${MV} installed-chrome.txt installed-chrome.txt.orig) (cd ${PREFIX}/lib/mozilla/defaults/pref; \ @@ -42,6 +43,8 @@ do-install: (cd ${PREFIX}/lib/mozilla/chrome; \ ${CP} installed-chrome.txt.orig installed-chrome.txt; \ ${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt) + ${INSTALL_DATA} ${FILESDIR}/all-locales.rdf \ + ${PREFIX}/lib/mozilla/chrome; ${INSTALL_DATA} ${WRKSRC}/chrome/user-locales.rdf \ ${PREFIX}/lib/mozilla/chrome; ${INSTALL_DATA} ${WRKSRC}/chrome/zh-TW.jar \ -- cgit v1.1