aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Holzinger <paul.holzinger@web.de>2020-08-18 19:37:05 +0200
committerMatthew Heon <matthew.heon@pm.me>2020-08-20 12:24:16 -0400
commitd3ef4770d4e33f3f6c12895b726320b9c9f311c2 (patch)
tree0a8625e0e722cd67ad6a6f5f7fda2c27ae8cee43 /Makefile
parentb5b782f2584e59534ae1d66551de0e04fc3c0038 (diff)
downloadpodman-d3ef4770d4e33f3f6c12895b726320b9c9f311c2.tar.gz
podman-d3ef4770d4e33f3f6c12895b726320b9c9f311c2.tar.bz2
podman-d3ef4770d4e33f3f6c12895b726320b9c9f311c2.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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bef7fe2a2..da8997ea3 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,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 ?= \