smart-selection.mk: Improve handling

- Replace install-% by %-install
  - Exit successfully after smart update
This commit is contained in:
Jan Lindemann 2006-09-14 19:38:11 +00:00 committed by Jan Lindemann
commit 37fbec1536

View file

@ -49,9 +49,9 @@ rpm-install-smart.done:
touch $@
smart-update.done:
smart update
smart update || exit 0
touch $@
install-%: smart-update.done
%-install: smart-update.done
cat $* | xargs sudo smart install -y