summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHorus32015-06-02 05:38:12 +0200
committerHorus32015-06-02 05:38:12 +0200
commitf8a4da578bc8f58924ef060b60c472ade8390d55 (patch)
treed9b1b35966149ad69f0d638a7c158ea3aff1883e /Makefile
parent0a00051d30184c94a666638f66f1d145df855995 (diff)
downloadfreemail-f8a4da578bc8f58924ef060b60c472ade8390d55.tar.gz
Bug fix and better wording.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95cb3b5..6f76677 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,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) statistics 2>/dev/null && \
+ tar czf $(APP).tar.gz start.sh $(APP) _env.sh html 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)