diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index bbb3f22..74a0475 --- a/Makefile +++ b/Makefile @@ -18,8 +18,10 @@ migrate: vendor install: vendor migrate - install -d $(INSTALL_DIR) - install . $(INSTALL_DIR) + chmod -R 750 . + install -m750 -d $(INSTALL_DIR) + cp -a . $(INSTALL_DIR) + clean: