mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rpmdist.mk: Change target yupdate.%.dist to now call yupdate from $(HOME)/bin
This commit is contained in:
parent
0c71121673
commit
7b2cd3b9c2
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ rpminstall.dist: $(DIST_PCKG_RPM)
|
|||
touch $@
|
||||
|
||||
yupdate.%.dist:
|
||||
sudo -u root /opt/ytools/bin/yupdate.sh -f $(HOME)/.yupdaterc -s $*
|
||||
sudo -u root $(HOME)/bin/yupdate.sh -f $(HOME)/.yupdaterc -s $*
|
||||
touch $@
|
||||
|
||||
tag.dist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue