mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make: Replace cat by $(CAT)
This commit is contained in:
parent
9f4e02e618
commit
26baa6a3b4
14 changed files with 34 additions and 33 deletions
|
|
@ -57,7 +57,7 @@ smart-update.done:
|
|||
touch $@
|
||||
|
||||
%-packages.txt-install: smart-update.done
|
||||
cat $*-packages.txt | xargs sudo smart install -y
|
||||
$(CAT) $*-packages.txt | xargs sudo smart install -y
|
||||
|
||||
%-channels.txt-replace:
|
||||
sudo smart channel -y --remove-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue