dougm       01/04/17 14:38:55

  Modified:    .        Makefile.PL Changes
  Log:
  fix 'make tar_Apache'
  
  Revision  Changes    Path
  1.179     +1 -1      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.178
  retrieving revision 1.179
  diff -u -r1.178 -r1.179
  --- Makefile.PL       2001/01/29 17:43:21     1.178
  +++ Makefile.PL       2001/04/17 21:38:52     1.179
  @@ -1385,7 +1385,7 @@
   
   tar_Apache:
        (cd $(INSTALLSITELIB)/$(ARCHNAME); \
  -          $(TAR) -cf $(PWD)/Apache.tar mod_perl.pm Apache.pm Apache 
$(ARCHNAME)/auto/Apache; )
  +            $(TAR) -cf $(PWD)/Apache.tar mod_perl.pm Apache.pm Apache auto/Apache; )
   
   offsite-tar:
        $(CP) MANIFEST MANIFEST.orig
  
  
  
  1.583     +2 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.582
  retrieving revision 1.583
  diff -u -r1.582 -r1.583
  --- Changes   2001/04/17 21:30:06     1.582
  +++ Changes   2001/04/17 21:38:52     1.583
  @@ -10,6 +10,8 @@
   
   =item 1.25_01-dev
   
  +fix 'make tar_Apache' [Geoffrey Young <[EMAIL PROTECTED]>]
  +
   make sure global for Apache->request is reset after configuring %ENV
   [Gerald Richter <[EMAIL PROTECTED]>]
   
  
  
  

Reply via email to