mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rpmdist.mk: Fix last commit
This commit is contained in:
parent
71c3bfb52c
commit
f4da07b928
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ define increase_build_number
|
|||
endef
|
||||
|
||||
define check_reinstall_old
|
||||
(true $(addprefix && test -f ,$(DIST_PACKAGE_RPM)) && make rpm-uninstall && make rpm-install)
|
||||
(true $(addprefix && test -f ,$(DIST_PCKG_RPM)) && make rpm-uninstall && make rpm-install)
|
||||
endef
|
||||
|
||||
md5:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue