Index: ossp-pkg/var/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/var/devtool.conf,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/var/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/03/09 19:23:37 1.4 +++ devtool.conf 2002/07/28 08:10:09 1.5 @@ -3,7 +3,7 @@ ## %autogen - @autogen shtool 1.6.0 "1.[56].*" all + @autogen shtool 1.6.1 "1.[56].*" all @autogen libtool 1.4.2 "1.4*" @autogen autoconf 2.53 "2.5[3-9]*" @@ -31,5 +31,5 @@ shtool fixperm -v . V=`shtool version -l txt -d short VERSION` shtool tarball -o var-${V}.tar.gz -d var-${V} -u ossp -g ossp \ - -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf' -c 'gzip --best' . + -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool.conf' -c 'gzip --best' . Index: ossp-pkg/xds/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/xds/devtool.conf,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/xds/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/03/17 10:25:53 1.2 +++ devtool.conf 2002/07/28 08:10:32 1.3 @@ -3,7 +3,7 @@ ## %autogen - @autogen shtool 1.6.0 "1.6.*" all + @autogen shtool 1.6.1 "1.6.*" all @autogen libtool 1.4.2 "1.4*" @autogen autoconf 2.53 "2.5[3-9]*" @@ -28,5 +28,5 @@ ./shtool fixperm -v . V=`./shtool version -l c -d short xds_version.c` ./shtool tarball -o xds-${V}.tar.gz -d xds-${V} -u ossp -g ossp \ - -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf' -c 'gzip --best' . + -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool.conf' -c 'gzip --best' .