From f5f4004084eddeb17cc2cd831a774984aebc49be Mon Sep 17 00:00:00 2001 From: fluver <7849003+fluver@users.noreply.github.com> Date: Mon, 12 Nov 2018 21:48:21 +0100 Subject: [PATCH] removed leftover "e", fixes initial make (#73) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c8fb95..8141ab9 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endif haaska.zip: haaska.py config/* mkdir -p $(BUILD_DIR) cp $^ $(BUILD_DIR) - pip$(PIP_VER)e install $(PIP_EXTRA) -t $(BUILD_DIR) requests + pip$(PIP_VER) install $(PIP_EXTRA) -t $(BUILD_DIR) requests chmod 755 $(BUILD_DIR)/haaska.py cd $(BUILD_DIR); zip ../$@ -r *