rpmdist.mk: RPM_REQUIRED_FLAG was overquoted

This commit is contained in:
Jan Lindemann 2002-07-10 16:31:45 +00:00 committed by Jan Lindemann
commit 71555b9d2f

View file

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