From abc10cd4b82d2eb0ce21e959f7535eb1fd1771c3 Mon Sep 17 00:00:00 2001 From: samuel Date: Wed, 31 Dec 2025 16:34:15 +0100 Subject: [PATCH] Fix makefile function typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51ed33e..f632998 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION = $(shell git describe | sed 's/-/./g') BRANCH = $(shell git branch --show-current) define rpm_eval -shell rpm --eval '%{$(1)}' + shell rpm --eval '%{$(1)}' endef TARBALL_PATH = $(call rpm_eval _sourcedir)/$(NAME)-$(VERSION).tar.gz