diff options
author | Greg Stein <gstein@apache.org> | 2000-12-22 11:58:55 +0000 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-12-22 11:58:55 +0000 |
commit | 323102da81a47f247890e8b5b2f0332f09e60aca (patch) | |
tree | 0f0f92ecc34076bac85b4fa09ba4052a408b30c0 /config.layout | |
parent | 00ec6af4a5f81eb889f48c06d202156f801987e4 (diff) | |
download | httpd-323102da81a47f247890e8b5b2f0332f09e60aca.tar.gz |
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
Diffstat (limited to 'config.layout')
-rw-r--r-- | config.layout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.layout b/config.layout index d79741e234..2b0d81b0ef 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 |