summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-06-16 11:12:09 +0300
committerPanu Matilainen <pmatilai@redhat.com>2022-06-28 14:51:02 +0300
commit5c4f70800bf35736200a55aab5d1373bafdf0936 (patch)
tree8d531486a74736e641ee619cff3d4bbb83f6cda2
parent8e8b15d439415df0567dd1bfc03d4d4a29eaa385 (diff)
downloadrpm-5c4f70800bf35736200a55aab5d1373bafdf0936.tar.gz
Fix "make ci" in a VPATH build
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f7b07560a..e81f9f7d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -280,7 +280,7 @@ EXTRA_DIST += docs/librpm/html
.PHONY: ci
ci:
- podman build -t rpm -f ci/Dockerfile .
+ podman build -t rpm -f $(top_srcdir)/ci/Dockerfile $(top_srcdir)
podman run -t rpm
ChangeLog: