Check-in Number:
|
3167 | |
Date: |
2003-Feb-06 15:36:19 (local)
2003-Feb-06 14:36:19 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix typo |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sio/devtool.conf 1.5 -> 1.6
--- devtool.conf 2003/02/06 14:25:57 1.5
+++ devtool.conf 2003/02/06 14:36:19 1.6
@@ -71,8 +71,8 @@
./shtool tarball -o sio-SNAP-${D}.tar.gz -d sio-SNAP-${D} -u ossp -g sio \
-e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,*~,TODO,autom4te\.cache,BRAINSTORM' -c 'gzip --best' .
ls -l sio-SNAP-${D}.tar.gz
- guunzip <sio-SNAP-${D}.tar.gz | tar tvf - | head -10; echo "[...]"
- guunzip <sio-SNAP-${D}.tar.gz | tar tvf - | tail -10
+ gunzip <sio-SNAP-${D}.tar.gz | tar tvf - | head -10; echo "[...]"
+ gunzip <sio-SNAP-${D}.tar.gz | tar tvf - | tail -10
%release
echo "+++ copying to ftp://ftp.ossp.org/pkg/lib/sio/"
|
|