ossp-pkg/shtool/devtool.conf 1.1 -> 1.2
--- devtool.conf 2002/02/01 14:58:04 1.1
+++ devtool.conf 2002/02/01 15:00:09 1.2
@@ -35,7 +35,7 @@
echo "+++ rolling"
V=`sh sh.version -l txt -d short VERSION`
sh sh.tarball -o shtool-${V}.tar.gz -d shtool-${V} -u gnu -g shtool \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*,*.tar.gz' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz' -c 'gzip --best' .
ls -l shtool-${V}.tar.gz
echo "+++ testing"
gunzip <shtool-${V}.tar.gz | tar tvf -
|
|