From 2b11219c1e7313b34b8f3d59bac86467fcd3f126 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 7 Sep 2006 21:14:07 +0000 Subject: [PATCH] smart-selection.mk: Add target install-smart (works) --- make/smart-selection.mk | 8 ++++++++ 1 file changed, 8 insertions(+) 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