summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorus32015-03-30 03:02:58 +0200
committerHorus32015-03-30 03:02:58 +0200
commitc735f33c37f4982492c363d3c7a23c38effd2b41 (patch)
tree7df85c7f2683d39f123e398d1f6e0a33de0a3e5f
parent0ed7ccc6c1e1d41bb7fbea3111fe509da32e50fa (diff)
downloadfreemail-c735f33c37f4982492c363d3c7a23c38effd2b41.tar.gz
Add statistics dir in 'make pack'
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a94b7cc..ecf974f 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ pack: gen_config
if [ ! -d $(FREEMAIL_DB_DIR) ]; then \
mkdir $(FREEMAIL_DB_DIR); \
fi
- tar czf $(APP).tar.gz start.sh $(APP) _env.sh views static $(FREEMAIL_DB_DIR) 2>/dev/null && \
+ tar czf $(APP).tar.gz start.sh $(APP) _env.sh views static $(FREEMAIL_DB_DIR) statistics 2>/dev/null && \
rm start.sh 2>/dev/null && \
echo "\n/$(APP).tar.gz is ready." || \
(echo "Run \"make build\" first." && exit 1)