--- plamo/00_base/old/tcsh-20160116/PlamoBuild.tcsh-6.17.00 2016-01-16 16:04:07.000000000 +0900 +++ plamo/00_base/tcsh/PlamoBuild.tcsh-6.19.00 2016-01-26 13:00:32.000000000 +0900 @@ -1,9 +1,9 @@ #!/bin/sh ###################################################################### -url="http://ftp.osuosl.org/pub/blfs/conglomeration/tcsh/tcsh-6.17.00.tar.gz" +url="http://ftp.osuosl.org/pub/blfs/conglomeration/tcsh/tcsh-6.19.00.tar.gz" pkgbase=tcsh -vers=6.17.00 +vers=6.19.00 arch=`uname -m` build=P2 src=$pkgbase-$vers @@ -220,7 +220,6 @@ cd ${B[$i]} if [ -f Makefile ] ; then make - make catalogs fi done fi @@ -244,33 +243,6 @@ install -d $P/bin mv $P/usr/bin/tcsh $P/bin ln -s /bin/tcsh $P/usr/bin - localedir=$P/usr/share/locale - install -d $localedir/C/LC_MESSAGES - install -m 644 tcsh.C.cat $localedir/C/LC_MESSAGES/tcsh.mo - install -d $localedir/et/LC_MESSAGES - install -m 644 tcsh.et.cat $localedir/et/LC_MESSAGES/tcsh.mo - install -d $localedir/fi/LC_MESSAGES - install -m 644 tcsh.finnish.cat $localedir/fi/LC_MESSAGES/tcsh.mo - install -d $localedir/fr/LC_MESSAGES - install -m 644 tcsh.french.cat $localedir/fr/LC_MESSAGES/tcsh.mo - install -d $localedir/de/LC_MESSAGES - install -m 644 tcsh.german.cat $localedir/de/LC_MESSAGES/tcsh.mo - install -d $localedir/gr/LC_MESSAGES - install -m 644 tcsh.greek.cat $localedir/gr/LC_MESSAGES/tcsh.mo - install -d $localedir/it/LC_MESSAGES - install -m 644 tcsh.italian.cat $localedir/it/LC_MESSAGES/tcsh.mo - install -d $localedir/ja/LC_MESSAGES - install -m 644 tcsh.ja.cat $localedir/ja/LC_MESSAGES/tcsh.mo - install -d $localedir/ja/LC_MESSAGES - install -m 644 tcsh.ja.cat $localedir/ja/LC_MESSAGES/tcsh.mo - install -d $localedir/pl/LC_MESSAGES - install -m 644 tcsh.pl.cat $localedir/pl/LC_MESSAGES/tcsh.mo - install -d $localedir/ru/LC_MESSAGES - install -m 644 tcsh.russian.cat $localedir/ru/LC_MESSAGES/tcsh.mo - install -d $localedir/es/LC_MESSAGES - install -m 644 tcsh.spanish.cat $localedir/es/LC_MESSAGES/tcsh.mo - install -d $localedir/ru_UA.koi8u/LC_MESSAGES - install -m 644 tcsh.ukrainian.cat $localedir/ru_UA.koi8u/LC_MESSAGES/tcsh.mo install -d $mandir/man3 install -m 644 glob.3 $mandir/man3 touch $W/i.et @@ -298,7 +270,7 @@ convert tar cvpf $pkg.tar -C $P `cd $P ; find bin | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` - tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/locale -name "*.mo"` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/locale -name "*.cat"` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man3 | tail -n+2` tar rvpf $pkg.tar -C $P usr/share/doc/$src