Fix makefile function typo

This commit is contained in:
2025-12-31 16:34:15 +01:00
parent d65e94be20
commit abc10cd4b8

View File

@@ -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