diff options
| -rw-r--r-- | meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb | 8 |
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 c44efb6cd1..3cbab22c3d 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 | ||
| 27 | do_install() { | 27 | do_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 | ||
| 32 | FILES_${PN} += " ${libdir}/apache2/modules/* " | 32 | FILES_${PN} += " ${libexecdir}/apache2/modules/* " |
| 33 | FILES_${PN}-dbg += " ${libdir}/apache2/modules/.debug/* " | 33 | FILES_${PN}-dbg += " ${libexecdir}/apache2/modules/.debug/* " |
