summaryrefslogtreecommitdiffstats
path: root/package/nginx/nginx.mk
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2014-11-15 17:29:16 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-19 23:23:35 +0100
commit1595d6b531600fa20eeba06c0584c383c29fe0f8 (patch)
tree2f7cdd2af0fcbcdf17bb15bfa47df10a6baba93f /package/nginx/nginx.mk
parent3cd5b136c51e7ecddbce50dbe2ac8bc84d948d73 (diff)
package/*/*.mk: Fix indent
Change LIBFOO_PERMISSIONS everywhere to be a space-separated list. As nothing was specified in the manual but all our lists are space separated, there is no reason that this one should be made an exception. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nginx/nginx.mk')
-rw-r--r--package/nginx/nginx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk
index 5a65c5226..55ae8442f 100644
--- a/package/nginx/nginx.mk
+++ b/package/nginx/nginx.mk
@@ -25,7 +25,7 @@ NGINX_CONF_OPTS = \
# So, we just need to create the directories used by nginx with the right
# ownership.
define NGINX_PERMISSIONS
- /var/lib/nginx d 755 33 33 - - - - -
+ /var/lib/nginx d 755 33 33 - - - - -
endef
# disable external libatomic_ops because its detection fails.