From f8a4da578bc8f58924ef060b60c472ade8390d55 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Tue, 2 Jun 2015 05:38:12 +0200 Subject: Bug fix and better wording. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3