summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fe45e15..87e338e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ VERSION=0.1.3
APP_DIST=\
provisioning* \
+ upgradeprovisioning \
CONFIG_DIST = config/*
@@ -39,6 +40,7 @@ install:
cp -a $(CGIBIN_DIST) "$(cgibin_dir)"
mkdir -p "$(logrotate_dir)"
cp -a $(LOGROTATE_FILES) "$(logrotate_dir)"
+ chmod 700 $(install_dir)/upgradeprovisioning
$(tarball): $(DISTFILES)
rm -rf $(P)