From 1125b770c557886fe4a910abe1ca7deebd44d5f6 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sun, 18 Jan 2026 18:04:31 +0100 Subject: Restore missing variables in rpm/deb --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 587d164..57a54a4 100644 --- a/Makefile +++ b/Makefile @@ -200,7 +200,7 @@ endif $(MAKE) build-container-$(distro) @echo "=== Building RPM for $(distro) ($(arch)) ===" podman run --rm -v $(CURDIR):/src:Z -w /src $(container_image_prefix):$(distro) \ - make package-rpm + make profile=$(profile) channel=$(channel) target=$(target) distro=$(distro) package-rpm ifeq ($(clean_images),1) podman rmi $(container_image_prefix):$(distro) endif @@ -212,7 +212,7 @@ endif $(MAKE) build-container-$(distro) @echo "=== Building DEB for $(distro) ($(arch)) ===" podman run --rm -v $(CURDIR):/src:Z -w /src $(container_image_prefix):$(distro) \ - make package-deb + make profile=$(profile) channel=$(channel) target=$(target) distro=$(distro) package-deb ifeq ($(clean_images),1) podman rmi $(container_image_prefix):$(distro) endif -- cgit