From b7e4682e1a57ca35ddacb45337216adb226d8278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannis=20Mo=C3=9Fhammer?= Date: Thu, 29 Aug 2013 11:11:14 +0200 Subject: [PATCH] Fix wrong chmod option order refs #4640 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 48088664c..cb7e4949c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,7 @@ copy-folder-%: ensure-writable-folders: $(INSTALL) -m 775 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(prefix)/var/ $(INSTALL) -m 775 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(prefix)/var/log - chmod 775 -R $(DESTDIR)$(prefix)/config + chmod -R 775 $(DESTDIR)$(prefix)/config #