diff options
author | 2021-09-14 23:01:47 -0700 | |
---|---|---|
committer | 2021-09-14 23:01:47 -0700 | |
commit | 0cfcb96e5cc0b6ba3b151d13f011323172a29b58 (patch) | |
tree | 7cc1b64ff23c1fc2ee1661e995410a705ed7b6be | |
parent | 39bbb7b9cd0f45eda4b306b997432f98ba8e0325 (diff) | |
download | bun-0cfcb96e5cc0b6ba3b151d13f011323172a29b58.tar.gz bun-0cfcb96e5cc0b6ba3b151d13f011323172a29b58.tar.zst bun-0cfcb96e5cc0b6ba3b151d13f011323172a29b58.zip |
typo 2
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ PACKAGE_DIR := packages/bun-cli-$(TRIPLET) DEBUG_PACKAGE_DIR := packages/debug-bun-cli-$(TRIPLET) BIN_DIR := $(PACKAGE_DIR)/bin RELEASE_BIN := $(BIN_DIR)/bun -DEBUG_BIN := $(DEBUG_PACKAGE_DIR)/bin/bun-debug +DEBUG_BIN := $(DEBUG_PACKAGE_DIR)/bin BUILD_ID := $(shell cat ./build-id) PACKAGE_JSON_VERSION := 0.0.0-$(BUILD_ID) BUN_BUILD_TAG := bun-v$(PACKAGE_JSON_VERSION) |