From df2306977762a993a27575098b4ae96448bfd4f3 Mon Sep 17 00:00:00 2001 From: Filippos Giannakos Date: Wed, 27 Feb 2013 12:27:13 +0200 Subject: [PATCH] Fix permissions in ext storage log directory. --- xseg/tools/ext_scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xseg/tools/ext_scripts/Makefile b/xseg/tools/ext_scripts/Makefile index 71b1c2b..49f3d70 100644 --- a/xseg/tools/ext_scripts/Makefile +++ b/xseg/tools/ext_scripts/Makefile @@ -22,7 +22,7 @@ clean: install: install -d $(DESTDIR)$(ganetidir) - install -d $(DESTDIR)/var/log/ganeti/extstorage/ + install -m 750 -d $(DESTDIR)/var/log/ganeti/extstorage/ @for f in $(FILES) ; do \ install -o 0 -g 0 -m 644 -t $(DESTDIR)$(ganetidir) $$f ; \ done -- 1.7.10.4