From 1c49e18722ac6f17e2b0246201b3f97d9024c9a3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 10 Feb 1997 10:15:10 +0000 Subject: [PATCH] Minor changes. --- Makefile.web | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.web b/Makefile.web index 727bf64..99c574e 100644 --- a/Makefile.web +++ b/Makefile.web @@ -1,7 +1,7 @@ # Top level Makefile for the Web - Z39.50 gateway # Europagate, 1995-1996. # -# $Id: Makefile.web,v 1.6 1997/01/27 11:26:19 adam Exp $ +# $Id: Makefile.web,v 1.7 1997/02/10 10:15:10 adam Exp $ # SHELL=/bin/sh MAKE=make @@ -11,7 +11,7 @@ CPP=$(CC) -E VERSION=1.0 # Install directories -HTTPDDIR=/usr/local/etc/httpd +HTTPDDIR=/var/lib/httpd CGIDIR=$(HTTPDDIR)/cgi-bin HTDOCS=$(HTTPDDIR)/htdocs EGWDIR=$(HTTPDDIR)/egw -- 1.7.10.4