Skip to content

Commit

Permalink
removed leftover "e", fixes initial make (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluver authored and mike-grant committed Nov 12, 2018
1 parent f6d73d8 commit f5f4004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 *

Expand Down

0 comments on commit f5f4004

Please sign in to comment.