From 368a622bb51eceb3c3262b8aaf91fd2b36dc2626 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Fri, 22 Dec 2000 11:58:55 +0000 Subject: [PATCH] minor correction to libexecdir for the standard Apache layout git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87507 13f79535-47bb-0310-9956-ffa450edef68 --- config.layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.layout b/config.layout index d79741e2346..2b0d81b0efd 100644 --- a/config.layout +++ b/config.layout @@ -15,7 +15,7 @@ exec_prefix: $prefix bindir: $exec_prefix/bin sbindir: $exec_prefix/bin - libexecdir: $exec_prefix/libexec + libexecdir: $exec_prefix/modules mandir: $prefix/man sysconfdir: $prefix/conf datadir: $prefix -- 2.47.3