--- admin/PlamoBuild-template-20161020	2016-10-20 00:36:22.000000000 +0900
+++ plamo/01_minimum/old/which-20161021/PlamoBuild.which-2.20	2016-10-21 11:03:02.000000000 +0900
@@ -1,15 +1,15 @@
 #!/bin/sh
 
 ######################################################################
-url=""
-pkgbase=
-vers=
+url="http://ftp.gnu.org/gnu/which/which-2.20.tar.gz"
+pkgbase=which
+vers=2.20
 arch=`uname -m`
-build=P1
+build=P2
 src=$pkgbase-$vers
 patchfiles=""
 OPT_CONFIG=""
-DOCS="README"
+DOCS="EXAMPLES INSTALL README README.alias AUTHORS NEWS COPYING"
 template=20161020
 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin
 ######################################################################
@@ -312,6 +312,7 @@
   done
   convert
   tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2`
+  tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/info | tail -n+2`
   tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2`
   tar rvpf $pkg.tar -C $P usr/share/doc/$src
   touch -t `date '+%m%d0900'` $pkg.tar ; xz $pkg.tar ; touch $pkg.tar.xz