Let the rootfs package create that dir explicitly,
before copying anything into it.

Signed-off-by: Alexander Dahl <[email protected]>
---
 rules/nginx.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/nginx.in b/rules/nginx.in
index f83031e97..c12a5df5f 100644
--- a/rules/nginx.in
+++ b/rules/nginx.in
@@ -9,6 +9,7 @@ menuconfig NGINX
        select LIBPCRE                  if NGINX_PCRE
        select OPENSSL                  if NGINX_HTTP_SSL_MODULE || 
NGINX_HTTP_V2_MODULE
        select ZLIB                     if NGINX_HTTP_GZIP_MODULE || 
NGINX_HTTP_GZIP_STATIC_MODULE
+       select ROOTFS_VAR_WWW           if NGINX_POPULATE_TEST_WEBSITE
        help
          nginx ("engine X") is a high-performance web and reverse
          proxy server created by Igor Sysoev. It can be used both as
-- 
2.47.3


Reply via email to