From 4b991393075fe2f762defcaba24907f2fa37ad2f Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Wed, 14 Jun 2023 16:12:14 +1000 Subject: [PATCH] shell cat archivefilename --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 4832475..1b3026b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -96,7 +96,7 @@ EXT := $(shell cat $(NAME).spec | grep -e '^[S|s]ource' | head -n 1 | sed 's/Sou ifeq (,$(wildcard archivefilename)) ARCHIVEFILE := "$(NAME)-$(VERSION).tar.gz" else -ARCHIVEFILE := $(cat archivefilename) +ARCHIVEFILE := $(shell cat archivefilename) endif # default target: just make sure we've got the sources