[Python-checkins] CVS: distutils mksnap,1.4,1.5

Greg Ward python-dev@python.org
Sun, 4 Jun 2000 06:45:28 -0700


Update of /cvsroot/python/distutils
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31681

Modified Files:
	mksnap 
Log Message:
Tweaked to run at home instead of work, now that I can't update python.org
easily at work.  ;-(  Soon to be obsolete.

Index: mksnap
===================================================================
RCS file: /cvsroot/python/distutils/mksnap,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** mksnap	2000/04/12 01:45:04	1.4
--- mksnap	2000/06/04 13:45:25	1.5
***************
*** 7,11 ****
  # command!
  #
! # $Id: mksnap,v 1.4 2000/04/12 01:45:04 gward Exp $
  #
  
--- 7,11 ----
  # command!
  #
! # $Id: mksnap,v 1.5 2000/06/04 13:45:25 gward Exp $
  #
  
***************
*** 15,20 ****
  use POSIX ('strftime');
  
! my $tar = '/depot/gnu/plat/bin/gnutar';    # MUST be gnutar!
! #my $tar = '/bin/tar';
  die "don't know where to find gnutar" unless -x $tar;
  
--- 15,20 ----
  use POSIX ('strftime');
  
! #my $tar = '/depot/gnu/plat/bin/gnutar';    # MUST be gnutar!
! my $tar = '/bin/tar';
  die "don't know where to find gnutar" unless -x $tar;