Compare commits

1 Commits

Author SHA1 Message Date
abc10cd4b8 Fix makefile function typo 2025-12-31 16:34:15 +01:00

View File

@@ -3,7 +3,7 @@ VERSION = $(shell git describe | sed 's/-/./g')
BRANCH = $(shell git branch --show-current) BRANCH = $(shell git branch --show-current)
define rpm_eval define rpm_eval
shell rpm --eval '%{$(1)}' shell rpm --eval '%{$(1)}'
endef endef
TARBALL_PATH = $(call rpm_eval _sourcedir)/$(NAME)-$(VERSION).tar.gz TARBALL_PATH = $(call rpm_eval _sourcedir)/$(NAME)-$(VERSION).tar.gz