mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
smart-selection.mk: Fix selection.done target
This commit is contained in:
parent
b17d883c73
commit
7248c44960
1 changed files with 2 additions and 3 deletions
|
|
@ -30,9 +30,8 @@ include $(MODDIR)/make/defs.mk
|
|||
# === rules
|
||||
selection.done: $(MODDIR)/make/smart-selection.mk
|
||||
rpm -qa --queryformat '%{NAME}\n' | sort -u | \
|
||||
sed ' \
|
||||
/gpg-pubkey/ d \
|
||||
' > $(SELECTION)
|
||||
sed '/gpg-pubkey/ d' > $(SELECTION).tmp
|
||||
mv $(SELECTION).tmp $(SELECTION)
|
||||
touch $@
|
||||
|
||||
channels.done: $(MODDIR)/make/smart-selection.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue