aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-28 16:55:22 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-28 16:55:22 -0700
commita546e56669efe7286c4ab44404285536c67c2aaa (patch)
tree8335554c2878f7e1fdd90b8c93909b85865fe1b5
parent4b52192974c0aee53496795626732d2b762b94bc (diff)
downloadbun-jarred/no-more-npm.tar.gz
bun-jarred/no-more-npm.tar.zst
bun-jarred/no-more-npm.zip
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd56fbcfa..fcf819374 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ PACKAGE_NAME = bun-$(TRIPLET)
PACKAGES_REALPATH = $(realpath packages)
PACKAGE_DIR = $(PACKAGES_REALPATH)/$(PACKAGE_NAME)
DEBUG_PACKAGE_DIR = $(PACKAGES_REALPATH)/debug-$(PACKAGE_NAME)
-RELEASE_BUN = $(PACKAGE_DIR)/bin/bun
+RELEASE_BUN = $(PACKAGE_DIR)/bun
DEBUG_BIN = $(DEBUG_PACKAGE_DIR)/
DEBUG_BUN = $(DEBUG_BIN)/bun-debug
BUILD_ID = $(shell cat ./build-id)