From e04745a32a903b94f2eee71e6a9c32fc6d6ec1b9 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Mon, 8 Oct 2001 10:15:37 +0000 Subject: Rename ssl-std.conf to match Makefile.in's installation action git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91347 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 17b53ff84d..9a94569b96 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,6 +35,7 @@ install-conf: $(INSTALL_DATA) $$i $(sysconfdir); \ done; \ for i in *-std* ldap.conf proxy.conf ssl.conf; do \ + [ -f $$i ] || continue; \ sed -e 's#@@ServerRoot@@#$(prefix)#g' \ -e 's#@@Port@@#$(PORT)#g' \ < $$i > $(sysconfdir)/$$i; \ -- cgit v1.2.3