diff --git a/make/smart-selection.mk b/make/smart-selection.mk index d2797c57..1b5acd67 100644 --- a/make/smart-selection.mk +++ b/make/smart-selection.mk @@ -44,6 +44,7 @@ rpm-install-smart.done: if ! rpm -q smart >/dev/null 2>&1 ; then \ wget ftp.jannet.de:/pub/packages/linux/$(DISTRIBUTOR)/$(DISTRO_RELEASE)/inst-source/rpm/i686/smart.rpm; \ sudo rpm -U smart.rpm; \ + sudo smart update -y; \ fi touch $@