diff options
author | Greg Stein <gstein@apache.org> | 2000-12-22 12:58:55 +0100 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-12-22 12:58:55 +0100 |
commit | 323102da81a47f247890e8b5b2f0332f09e60aca (patch) | |
tree | 0f0f92ecc34076bac85b4fa09ba4052a408b30c0 /config.layout | |
parent | Cleanups so that the support programs build cleanly. The Win32 values (diff) | |
download | apache2-323102da81a47f247890e8b5b2f0332f09e60aca.tar.xz apache2-323102da81a47f247890e8b5b2f0332f09e60aca.zip |
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 |