derick          Thu Oct 10 15:01:34 2002 EDT

  Modified files:              
    /php4       makedist 
  Log:
  - Argh... test before commit
  
  
Index: php4/makedist
diff -u php4/makedist:1.27 php4/makedist:1.28
--- php4/makedist:1.27  Thu Oct 10 14:39:09 2002
+++ php4/makedist       Thu Oct 10 15:01:34 2002
@@ -24,7 +24,7 @@
 #
 # Written by Stig Bakken <[EMAIL PROTECTED]> 1997-05-28.
 #
-# $Id: makedist,v 1.27 2002/10/10 18:39:09 derick Exp $
+# $Id: makedist,v 1.28 2002/10/10 19:01:34 derick Exp $
 #
 
 if test "$#" != "2"; then
@@ -127,13 +127,13 @@
 
 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 ""



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to