summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
index c44efb6cd..3cbab22c3 100644
--- a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
+++ b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
@@ -25,9 +25,9 @@ EXTRA_OECONF = "APACHECTL=${STAGING_DIR_TARGET}${sbindir}/apachectl \
25 LIBTOOL=${STAGING_DIR_TARGET}${bindir_crossscripts}/${HOST_SYS}-libtool" 25 LIBTOOL=${STAGING_DIR_TARGET}${bindir_crossscripts}/${HOST_SYS}-libtool"
26 26
27do_install() { 27do_install() {
28 install -d ${D}${libdir}/apache2/modules 28 install -d ${D}${libexecdir}/apache2/modules
29 install -m 755 ${B}/.libs/mod_websocket.so ${D}${libdir}/apache2/modules 29 install -m 755 ${B}/.libs/mod_websocket.so ${D}${libexecdir}/apache2/modules
30} 30}
31 31
32FILES_${PN} += " ${libdir}/apache2/modules/* " 32FILES_${PN} += " ${libexecdir}/apache2/modules/* "
33FILES_${PN}-dbg += " ${libdir}/apache2/modules/.debug/* " 33FILES_${PN}-dbg += " ${libexecdir}/apache2/modules/.debug/* "