rse 99/04/22 02:11:16
Modified: . Makefile.tmpl Log: Ops, one more: $(AUX) instead of hard-coded src/helpers and add closing ` char which is missing. Revision Changes Path 1.75 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- Makefile.tmpl 1999/04/21 19:57:12 1.74 +++ Makefile.tmpl 1999/04/22 09:11:15 1.75 @@ -256,7 +256,7 @@ $(MKDIR) $(root)$(runtimedir) $(MKDIR) $(root)$(logfiledir) $(MKDIR) $(root)$(proxycachedir) - [EMAIL PROTECTED] [ "x`src/helpers/getuid.sh" = "x0" ]; then \ + [EMAIL PROTECTED] [ "x`$(AUX)/getuid.sh`" = "x0" ]; then \ echo "chown $(conf_user) $(root)$(proxycachedir)"; \ chown $(conf_user) $(root)$(proxycachedir); \ echo "chgrp $(conf_group) $(root)$(proxycachedir)"; \