mirror of
https://github.com/containers/skopeo.git
synced 2025-06-28 15:47:34 +00:00
Fix a comment
... to make it explicit which variable it refers to. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
97c3eabacf
commit
a99bd0c9e3
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ ifeq ($(GOBIN),)
|
||||
GOBIN := $(GOPATH)/bin
|
||||
endif
|
||||
|
||||
# Multiple scripts are sensitive to this value, make sure it's exported/available
|
||||
# Scripts may also use CONTAINER_RUNTIME, so we need to export it.
|
||||
# N/B: Need to use 'command -v' here for compatibility with MacOS.
|
||||
export CONTAINER_RUNTIME ?= $(if $(shell command -v podman),podman,docker)
|
||||
GOMD2MAN ?= $(if $(shell command -v go-md2man),go-md2man,$(GOBIN)/go-md2man)
|
||||
|
Loading…
Reference in New Issue
Block a user