Make portable spec use non-fatal check.

This commit is contained in:
roland 2007-04-20 19:25:46 +00:00
parent 5e73168be1
commit 9f4e62e4c6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ elfutils-portability.patch: elfutils-$(VERSION).tar.gz
mv $@.new $@
elfutils-portable.spec: elfutils.spec
(echo '%define _with_compat 1'; cat $<) > $@.new
(echo '%define _with_compat 1'; sed 's/ check$$/& || :/' $<) > $@.new
mv -f $@.new $@
portable-r = 0.$(subst $(DIST),,$(RELEASE))