From 34a6f7de65bbb6e7a627a23d0914dc19a15dfd65 Mon Sep 17 00:00:00 2001 From: osaajani Date: Tue, 18 Feb 2020 04:20:12 +0100 Subject: [PATCH] copy files --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 Makefile 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: