Check-in Number:
|
2412 | |
Date: |
2002-Jul-29 16:08:39 (local)
2002-Jul-29 14:08:39 (UTC) |
User: | ms |
Branch: | |
Comment: |
Copy Ralf's name match fix from other projects because it affects OSSP rc
also. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/devtool.conf 1.13 -> 1.14
--- devtool.conf 2002/04/25 09:37:57 1.13
+++ devtool.conf 2002/07/29 14:08:39 1.14
@@ -3,7 +3,7 @@
##
%autogen
- @autogen shtool 1.6.0 "1.[56].*" all
+ @autogen shtool 1.6.1 "1.[56].*" all
@autogen autoconf 2.53 "2.5[3-9]*"
echo "===> rc_ex (devtool autogen)"
@@ -61,4 +61,4 @@
./shtool fixperm -v .
V=`./shtool version -l txt -d short VERSION`
./shtool tarball -o rc-${V}.tar.gz -d rc-${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool.conf' -c 'gzip --best' .
|
|