mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
smart-selection.mk: Add target install-smart (works)
This commit is contained in:
parent
6e676d9aad
commit
2b11219c1e
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue