mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rpmdist.mk: Fix check_reinstall_old for missing packages
This commit is contained in:
parent
fa2dc47678
commit
f64606abf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue