summaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/Makefile b/www/Makefile
index 75453c8..93f3762 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -36,8 +36,7 @@ install:
mkdir -p "$$dest";\
cp "$$i" "$$dest";\
done
- chmod +x $(install_dir)/cgi-bin/acf
- chmod +x $(install_dir)/cgi-bin/cli
-
+ chmod 755 $(install_dir)/cgi-bin/acf
+ chmod 700 $(install_dir)/cgi-bin/cli
.PHONY: $(phony)