From 7e176b58f34a46819817cc072803899651240f06 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 14 Sep 2006 18:50:30 +0000 Subject: [PATCH] smart-selection.mk: Now doing an update after smart installation --- make/smart-selection.mk | 1 + 1 file changed, 1 insertion(+) 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 $@