From bff10d5e4c1b25c3673e2dbde5deaa0d2b0b8296 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Mon, 31 Jan 2022 10:43:11 +0100 Subject: [PATCH] Fix anaconda-rpm container build (#infra) For some time already we are building anaconda-rpm container image from the anaconda-ci Dockerfile. Ups my bad :(. (cherry picked from commit 9539801d10f275a2c800826cfc58ad78e67c8071) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b08f474bea5..843dd565d33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -189,7 +189,7 @@ anaconda-ci-build: anaconda-rpm-build: TEMP=$$(mktemp -t -d anaconda-rpm-build.XXXX) && \ - cp $(srcdir)/anaconda.spec.in $(CI_DOCKERFILE)/* $$TEMP/ && \ + cp $(srcdir)/anaconda.spec.in $(RPM_DOCKERFILE)/* $$TEMP/ && \ echo "Build dir is $$TEMP" && \ $(CONTAINER_ENGINE) build \ $(CONTAINER_BUILD_ARGS) \