diff --git a/make/smart-selection.mk b/make/smart-selection.mk index 1b5acd67..ec6e3a10 100644 --- a/make/smart-selection.mk +++ b/make/smart-selection.mk @@ -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