summaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-30 08:40:34 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-30 08:40:34 +0000
commit3e6b1583d384c5f9378084d595987f4540f1211d (patch)
treef8fd34f35af579026d475acd6eacbbd1c8aedd77 /www/Makefile
parent2799724a1683023f9eaa618127af9d07c0c46f23 (diff)
downloadacf-core-3e6b1583d384c5f9378084d595987f4540f1211d.tar.bz2
acf-core-3e6b1583d384c5f9378084d595987f4540f1211d.tar.xz
Changed file permissions, cli app should only be root executable.
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)