smart-selection.mk: Add target install-smart (works)

This commit is contained in:
Jan Lindemann 2006-09-07 21:14:07 +00:00 committed by Jan Lindemann
commit 2b11219c1e

View file

@ -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