Check-in Number:
|
2398 | |
Date: |
2002-Jul-28 10:06:10 (local)
2002-Jul-28 08:06:10 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix devtool config |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/path/devtool.conf 1.1 -> 1.2
--- devtool.conf 2002/01/21 13:32:35 1.1
+++ devtool.conf 2002/07/28 08:06:10 1.2
@@ -3,7 +3,7 @@
##
%autogen
- @autogen shtool 1.5.4 "1.5.*" all
+ @autogen shtool 1.6.1 "1.6.*" all
@autogen libtool 1.4.2 "1.4*"
@autogen autoconf 2.52 "2.5.*"
@@ -27,5 +27,5 @@
./shtool fixperm -v .
V=`./shtool version -l txt -d short VERSION`
./shtool tarball -o path-${V}.tar.gz -d path-${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool.conf' -c 'gzip --best' .
|
|