ossp-pkg/mm/devtool.conf 1.1 -> 1.2
--- devtool.conf 2002/07/26 13:04:40 1.1
+++ devtool.conf 2002/07/28 07:54:41 1.2
@@ -40,7 +40,7 @@
echo "+++ rolling"
V=`./shtool version -l c -d short mm_vers.c`
./shtool tarball -o mm-${V}.tar.gz -d mm-${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*,*.tar.gz' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz' -c 'gzip --best' .
ls -l mm-${V}.tar.gz
echo "+++ testing"
gunzip <mm-${V}.tar.gz | tar tvf -
|
|