mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 22:50:39 +01:00
smart-selection.mk: Improve handling
- Replace install-% by %-install - Exit successfully after smart update
This commit is contained in:
parent
7e176b58f3
commit
37fbec1536
1 changed files with 2 additions and 2 deletions
|
|
@ -49,9 +49,9 @@ rpm-install-smart.done:
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
smart-update.done:
|
smart-update.done:
|
||||||
smart update
|
smart update || exit 0
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
install-%: smart-update.done
|
%-install: smart-update.done
|
||||||
cat $* | xargs sudo smart install -y
|
cat $* | xargs sudo smart install -y
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue