From 13031b4ea1be8f2f19491a9c80e8a0652d05751b Mon Sep 17 00:00:00 2001 From: Thejaswi Rao Date: Tue, 27 Oct 2020 17:16:49 +0530 Subject: [PATCH] fixed a bug in the make package command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b8c7633..b460079b 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ package: $(MAKE) doc rm -rf $(RELEASE_ROOT)/html cp -r $(BINROOT)/html $(RELEASE_ROOT) - tar xjf $(RELEASE_ROOT).tar.gz $(RELEASE_ROOT) + tar cjf $(RELEASE_ROOT).tar.gz $(RELEASE_ROOT) teditor: $(EXE)