rpmdist.mk: Fix underquoted $(REQUIRED) variable

This commit is contained in:
Jan Lindemann 2002-07-10 17:16:30 +00:00 committed by Jan Lindemann
commit 0310dc823e

View file

@ -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: