Fix wrong chmod option order

refs 
This commit is contained in:
Jannis Moßhammer 2013-08-29 11:11:14 +02:00
parent cc4b74250f
commit b7e4682e1a

@ -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
#