mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rpmdist.mk: Fix pgk-remote-install-run
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a3af28cfbe
commit
709eab9a03
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ ifneq ($(TARGET_HOST),)
|
|||
pkg-remote-install:
|
||||
scp $(addprefix dist/pckg/,$(PCKG_RPM_RUN_I386) $(PCKG_RPM_DEVEL_I386)) root@$(TARGET_HOST):/tmp/
|
||||
ssh -l root $(TARGET_HOST) rpm -U --force $(addprefix /tmp/,$(PCKG_RPM_RUN_I386) $(PCKG_RPM_DEVEL_I386))
|
||||
pkg-remote-install-run: pkg-install-remote.done
|
||||
pkg-remote-install-run:
|
||||
scp $(addprefix dist/pckg/,$(PCKG_RPM_RUN_I386)) root@$(TARGET_HOST):/tmp/
|
||||
ssh -l root $(TARGET_HOST) rpm -U --force $(addprefix /tmp/,$(PCKG_RPM_RUN_I386))
|
||||
ssh-remote:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue