diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2020-08-18 19:37:05 +0200 |
---|---|---|
committer | Paul Holzinger <paul.holzinger@web.de> | 2020-08-18 20:37:18 +0200 |
commit | d9f0c48176cb5049605ae0e3aad4173685d9c6ea (patch) | |
tree | 40069b4ed7afda21ba099008498aa69de23090a2 /Makefile | |
parent | 748e8829da76394ec956ea6590599fab01b467b7 (diff) | |
download | podman-d9f0c48176cb5049605ae0e3aad4173685d9c6ea.tar.gz podman-d9f0c48176cb5049605ae0e3aad4173685d9c6ea.tar.bz2 podman-d9f0c48176cb5049605ae0e3aad4173685d9c6ea.zip |
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 <paul.holzinger@web.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ?= \ |