mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-01 21:27:53 +00:00
Merge pull request #5162 from vrothberg/fix-4814
Make: s/uname -o/uname -s/
This commit is contained in:
commit
044fc0d783
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue