diff options
author | Derick Rethans <derick@php.net> | 2002-10-10 19:01:34 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-10-10 19:01:34 +0000 |
commit | 38b52fd33ff3f0d89d620bc91bdb8f8fb70f3b85 (patch) | |
tree | 250f69bb2a45480c06a14ae6c86bf025f739f5c5 /makedist | |
parent | 69343667e7e079bfe3cc1c6a4ed96b3eaea597f7 (diff) | |
download | php-git-38b52fd33ff3f0d89d620bc91bdb8f8fb70f3b85.tar.gz |
- Argh... test before commit
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -127,13 +127,13 @@ done cd $MY_OLDPWD $ECHO_N "makedist: making gzipped tar archive...$ECHO_C" -rm -f $ARCHIVE.tar.gz +rm -f $ARCHIVE.gz tar cf $ARCHIVE $PKG-$VER || exit 8 gzip -9 $ARCHIVE || exit 9 echo "" $ECHO_N "makedist: making bz2zipped tar archive...$ECHO_C" -rm -f $ARCHIVE.tar.bz2 +rm -f $ARCHIVE.bz2 tar cf $ARCHIVE $PKG-$VER || exit 10 bzip2 -9 $ARCHIVE || exit 11 echo "" |