diff --git a/make/smart-selection.mk b/make/smart-selection.mk index 7c2c8935..6934791d 100644 --- a/make/smart-selection.mk +++ b/make/smart-selection.mk @@ -24,3 +24,11 @@ upload.done: $(SELECTION) blah: echo SUSE_RELEASE=$(SUSE_RELEASE) +install-smart.done: + if ! rpm -q smarti >/dev/null 2>&1 ; then \ + wget ftp.jannet.de:/pub/packages/linux/suse/10.1/inst-source/rpm/i686/smart.rpm; \ + sudo rpm -U smart.rpm; \ + fi + touch $@ + +install-smart: install-smart.done