mirror of
https://src.koozali.org/smeserver/common.git
synced 2024-11-21 19:37:33 +01:00
shell cat archivefilename
This commit is contained in:
parent
efc2960664
commit
4b99139307
@ -96,7 +96,7 @@ EXT := $(shell cat $(NAME).spec | grep -e '^[S|s]ource' | head -n 1 | sed 's/Sou
|
|||||||
ifeq (,$(wildcard archivefilename))
|
ifeq (,$(wildcard archivefilename))
|
||||||
ARCHIVEFILE := "$(NAME)-$(VERSION).tar.gz"
|
ARCHIVEFILE := "$(NAME)-$(VERSION).tar.gz"
|
||||||
else
|
else
|
||||||
ARCHIVEFILE := $(cat archivefilename)
|
ARCHIVEFILE := $(shell cat archivefilename)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# default target: just make sure we've got the sources
|
# default target: just make sure we've got the sources
|
||||||
|
Loading…
Reference in New Issue
Block a user