rpmdist.mk: Change target yupdate.%.dist to now call yupdate from $(HOME)/bin

This commit is contained in:
Jan Lindemann 2005-07-27 13:08:19 +00:00 committed by Jan Lindemann
commit 7b2cd3b9c2

View file

@ -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: