mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 02:26:12 +00:00
Remove dependency on 'which'
This commit is contained in:
@@ -4,7 +4,7 @@ BINDIR ?= $(PREFIX)/bin
|
|||||||
SYSCONFDIR := $(PREFIX)/etc
|
SYSCONFDIR := $(PREFIX)/etc
|
||||||
|
|
||||||
# Compilers and tools
|
# Compilers and tools
|
||||||
GO ?= $(shell which go)
|
GO ?= go
|
||||||
|
|
||||||
# Build-time variables
|
# Build-time variables
|
||||||
ROOT_COMPILATION_UID ?= 65534
|
ROOT_COMPILATION_UID ?= 65534
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ BPM is still in very early development. Do not install it without knowing what y
|
|||||||
|
|
||||||
- Download `go` from your package manager or from the go website
|
- Download `go` from your package manager or from the go website
|
||||||
- Download `make` from your package manager
|
- Download `make` from your package manager
|
||||||
- Download `which` from your package manager
|
|
||||||
- Run the following command to compile the project. You may need to set the `GO` environment variable if your Go installation is not in your PATH
|
- Run the following command to compile the project. You may need to set the `GO` environment variable if your Go installation is not in your PATH
|
||||||
```sh
|
```sh
|
||||||
make
|
make
|
||||||
|
|||||||
Reference in New Issue
Block a user