diff options
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index 7637002f23..b99e29ef99 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
| @@ -94,7 +94,7 @@ do_install () { | |||
| 94 | >> ${D}${sysconfdir}/tmpfiles.d/${BPN}.conf | 94 | >> ${D}${sysconfdir}/tmpfiles.d/${BPN}.conf |
| 95 | fi | 95 | fi |
| 96 | install -d ${D}${sysconfdir}/${BPN} | 96 | install -d ${D}${sysconfdir}/${BPN} |
| 97 | lnr ${D}${localstatedir}/run/${BPN} ${D}${sysconfdir}/${BPN}/run | 97 | ln -rs ${D}${localstatedir}/run/${BPN} ${D}${sysconfdir}/${BPN}/run |
| 98 | install -d ${D}${NGINX_WWWDIR} | 98 | install -d ${D}${NGINX_WWWDIR} |
| 99 | mv ${D}${exec_prefix}/html ${D}${NGINX_WWWDIR}/ | 99 | mv ${D}${exec_prefix}/html ${D}${NGINX_WWWDIR}/ |
| 100 | chown ${NGINX_USER}:www-data -R ${D}${NGINX_WWWDIR} | 100 | chown ${NGINX_USER}:www-data -R ${D}${NGINX_WWWDIR} |
