From 4bea80df000f15e74d9bd5df47eab295f98097f4 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Wed, 2 Jan 2019 18:21:19 -0500 Subject: [PATCH] Make the dir of emacs binary extraction consistent with other bins --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6fabbf..3ba906d 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,8 @@ md1: vcheck: ifeq ("$(EMACS_exists)","") @$(CURL) -O $(EMACS_BIN_SOURCE)/emacs-bin-$(EMACS_BIN_VERSION).tar.gz - @tar xf emacs-bin-$(EMACS_BIN_VERSION).tar.gz -C / + @tar xf emacs-bin-$(EMACS_BIN_VERSION).tar.gz + @mv ./tmp/emacs $(OX_HUGO_TMP_DIR)/. endif @echo "Emacs binary used: $(EMACS)" @$(EMACS) --batch --eval "(progn\