You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/01/25 06:21:06 UTC

[trafficserver] 03/03: Debian libexecdir is a subdirectory of libdir

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit cc98735c5e54d650cea6bf682984e5a00b0fad1c
Author: Jack Bates <ja...@nottheoilrig.com>
AuthorDate: Mon Jan 23 12:33:28 2017 -0700

    Debian libexecdir is a subdirectory of libdir
    
    (cherry picked from commit b95f4c6f61a288dc475eb02a0742d0181b596372)
---
 config.layout | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.layout b/config.layout
index 789f588..37aac25 100644
--- a/config.layout
+++ b/config.layout
@@ -184,7 +184,7 @@
     bindir:        ${exec_prefix}/bin
     sbindir:       ${exec_prefix}/sbin
     libdir:        ${exec_prefix}/lib+
-    libexecdir:    ${exec_prefix}/lib/trafficserver/modules
+    libexecdir:    ${libdir}/modules
     infodir:       ${prefix}/share/info
     mandir:        ${prefix}/share/man
     sysconfdir:    /etc+

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.