2 # first version (Sept 2003) written by Shiro Yamada <shiro@miraclelinux.com>
3 # based on the first verion (March 2002) of installdat.sh written by Herb Lewis
5 MSGDIR
=`echo $1 | sed 's/\/\//\//g'`
8 echo Installing msg files
in $MSGDIR
10 for f
in $SRCDIR/po
/*.msg
; do
11 FNAME
=$MSGDIR/`basename $f`
13 cp $f $FNAME ||
echo Cannot
install $FNAME. Does
$USER have privileges?
18 ======================================================================
19 The msg files have been installed.
20 ======================================================================