mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user