summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-08-19 00:53:58 +0200
committerGitHub <noreply@github.com>2020-08-19 00:53:58 +0200
commit9d096c1c4ea5308c94f779444b61015eeef2972a (patch)
tree5ab878b518459f821e4c73d4e35f10c26569d5bd /Makefile
parentff1f81b14a2944a1651e1b404681972ff3483d36 (diff)
parentd9f0c48176cb5049605ae0e3aad4173685d9c6ea (diff)
downloadpodman-9d096c1c4ea5308c94f779444b61015eeef2972a.tar.gz
podman-9d096c1c4ea5308c94f779444b61015eeef2972a.tar.bz2
podman-9d096c1c4ea5308c94f779444b61015eeef2972a.zip
Merge pull request #7361 from Luap99/version-builttime
fix podman version output to include git commit and builttime
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 ?= \