mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 06:30:38 +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
|
# === rules
|
||||||
selection.done: $(MODDIR)/make/smart-selection.mk
|
selection.done: $(MODDIR)/make/smart-selection.mk
|
||||||
rpm -qa --queryformat '%{NAME}\n' | sort -u | \
|
rpm -qa --queryformat '%{NAME}\n' | sort -u | \
|
||||||
sed ' \
|
sed '/gpg-pubkey/ d' > $(SELECTION).tmp
|
||||||
/gpg-pubkey/ d \
|
mv $(SELECTION).tmp $(SELECTION)
|
||||||
' > $(SELECTION)
|
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
channels.done: $(MODDIR)/make/smart-selection.mk
|
channels.done: $(MODDIR)/make/smart-selection.mk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue