#   Set up GBK xetops

(   # Run in a subshell to isolate any directory changes.

    cd $BASEDIR/openwin/bin
	cp xetops.zh.GBK xetops
	chmod 775 xetops; chgrp bin xetops
)

installf -f $PKGINST || exit 2

exit 0
