mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Make: s/uname -o/uname -s/
uname -o doesn't seem to work on Mac OS. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -582,7 +582,7 @@ install.libseccomp.sudo:
|
||||
|
||||
|
||||
cmd/podman/varlink/iopodman.go: .gopathok cmd/podman/varlink/io.podman.varlink
|
||||
ifneq (,$(findstring Linux,$(shell uname -o)))
|
||||
ifneq (,$(findstring Linux,$(shell uname -s)))
|
||||
# Only generate the varlink code on Linux (see issue #4814).
|
||||
GO111MODULE=off $(GO) generate ./cmd/podman/varlink/...
|
||||
endif
|
||||
|
Reference in New Issue
Block a user