diff options
-rw-r--r-- | chinese/cxterm/scripts/pre-install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chinese/cxterm/scripts/pre-install b/chinese/cxterm/scripts/pre-install index 00ffeed0a712..a03377bc3ca5 100644 --- a/chinese/cxterm/scripts/pre-install +++ b/chinese/cxterm/scripts/pre-install @@ -19,3 +19,12 @@ echo "CXTERM_AD=${PREFIX}/lib/X11/cxterm.dic/CXterm.ad" >> $CXTERM_SH echo "XFONTDIR=${PREFIX}/lib/X11/fonts/chinese" >> $CXTERM_SH echo "" >> $CXTERM_SH /bin/cat ${WRKSRC}/scripts/CXterm.sh >> $CXTERM_SH + + +# look for Simple fonts from the X11R6 misc fonts collection +if [ ! -f ${X11BASE}/lib/X11/fonts/misc/gb16st.pcf.Z ]; then + echo "" + echo "You need to install the X11R6 misc fonts in order to get the" + echo "Simple Chinese fonts." + echo "" +fi |