mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 13:47:39 +01:00
rpmdist.mk: Fix underquoted $(REQUIRED) variable
This commit is contained in:
parent
996191d172
commit
0310dc823e
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ cpmod.dist:
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
ifneq ($(RPM_REQUIRED),)
|
ifneq ($(RPM_REQUIRED),)
|
||||||
RPM_REQUIRED_FLAG = -R $(RPM_REQUIRED)
|
RPM_REQUIRED_FLAG = -R "$(RPM_REQUIRED)"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
cpfiles.dist:
|
cpfiles.dist:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue