From d9f0c48176cb5049605ae0e3aad4173685d9c6ea Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 18 Aug 2020 19:37:05 +0200 Subject: fix podman version output to include git commit and builttime Add the go module version v2 to the libpod path. Signed-off-by: Paul Holzinger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c9440fc5..8ce1946ee 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ else BUILD_INFO ?= $(shell date "+$(DATE_FMT)") ISODATE ?= $(shell date --iso-8601) endif -LIBPOD := ${PROJECT}/libpod +LIBPOD := ${PROJECT}/v2/libpod GCFLAGS ?= all=-trimpath=${PWD} ASMFLAGS ?= all=-trimpath=${PWD} LDFLAGS_PODMAN ?= \ -- cgit v1.2.3-54-g00ecf