Skip to content

Commit

Permalink
fix: use defined OUTPUT_DIR variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktron committed Jun 27, 2022
1 parent 7eb1b23 commit 3480ca1
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 @@ -53,7 +53,7 @@ vmnet:
install:
mkdir -p $(INSTALL_DIR)
rm -f $(INSTALL_DIR)/$(BIN_NAME)
cp _output/binaries/colima-$(OS)-$(ARCH) $(INSTALL_DIR)/$(BIN_NAME)
cp $(OUTPUT_DIR)/colima-$(OS)-$(ARCH) $(INSTALL_DIR)/$(BIN_NAME)
chmod +x $(INSTALL_DIR)/$(BIN_NAME)

.PHONY: lint
Expand Down

0 comments on commit 3480ca1

Please sign in to comment.