mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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 $@
|
||||
|
||||
ifneq ($(RPM_REQUIRED),)
|
||||
RPM_REQUIRED_FLAG = -R $(RPM_REQUIRED)
|
||||
RPM_REQUIRED_FLAG = -R "$(RPM_REQUIRED)"
|
||||
endif
|
||||
|
||||
cpfiles.dist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue