dgaudet     99/04/20 09:19:59

  Modified:    .        Makefile.tmpl
  Log:
  I want to be able to run "make install" as a non-root user.
  
  Revision  Changes    Path
  1.71      +2 -2      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- Makefile.tmpl     1999/04/05 20:53:05     1.70
  +++ Makefile.tmpl     1999/04/20 16:19:57     1.71
  @@ -257,8 +257,8 @@
        $(MKDIR) $(root)$(runtimedir)
        $(MKDIR) $(root)$(logfiledir)
        $(MKDIR) $(root)$(proxycachedir)
  -     chown $(conf_user) $(root)$(proxycachedir)
  -     chgrp $(conf_group) $(root)$(proxycachedir)
  +     -chown $(conf_user) $(root)$(proxycachedir)
  +     -chgrp $(conf_group) $(root)$(proxycachedir)
        @echo "<=== [mktree]"
   
   #   install the server program and optionally corresponding
  
  
  

Reply via email to