dougm       00/09/26 14:19:38

  Modified:    .        Changes Makefile.PL
  Log:
  fix 'make tar_Apache'
  
  Revision  Changes    Path
  1.525     +2 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.524
  retrieving revision 1.525
  diff -u -r1.524 -r1.525
  --- Changes   2000/09/26 21:02:36     1.524
  +++ Changes   2000/09/26 21:19:32     1.525
  @@ -10,6 +10,8 @@
   
   =item 1.24_01-dev
   
  +fix 'make tar_Apache' [Jesse Erlbaum <[EMAIL PROTECTED]>]
  +
   fix for Perl{Module,Require} in .htaccess,
   thanks to Will Trillich and Andrew Gideon for the spot
   
  
  
  
  1.168     +1 -1      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -u -r1.167 -r1.168
  --- Makefile.PL       2000/09/26 16:55:36     1.167
  +++ Makefile.PL       2000/09/26 21:19:33     1.168
  @@ -1303,7 +1303,7 @@
        (cd $(APACHE_ROOT) && $(MAKE) install)
   
   tar_Apache:
  -     (cd $(INSTALLSITELIB); \
  +     (cd $(INSTALLSITELIB)/$(ARCHNAME); \
             $(TAR) -cf $(PWD)/Apache.tar mod_perl.pm Apache.pm Apache 
$(ARCHNAME)/auto/Apache; )
   
   offsite-tar:
  
  
  

Reply via email to