rpmdist.mk: Fix check_reinstall_old for missing packages

This commit is contained in:
Jan Lindemann 2010-08-02 17:35:11 +00:00 committed by Jan Lindemann
commit f64606abf8

View file

@ -177,7 +177,7 @@ define increase_build_number
endef
define check_reinstall_old
(make rpm-uninstall && make rpm-install)
true $(addprefix && test -f ,$(DIST_PACKAGE_RPM)) && make rpm-uninstall && make rpm-install
endef
md5: