Cope with different layout of non-US when generating list for FORCENONUSONCD1
This commit is contained in:
parent
ee838cb485
commit
5ca34db6a2
2
Makefile
2
Makefile
|
@ -306,7 +306,7 @@ $(BDIR)/list: $(BDIR)/rawlist
|
|||
$(BDIR)/rawlist:
|
||||
ifdef FORCENONUSONCD1
|
||||
$(Q)$(apt) cache dumpavail | \
|
||||
grep-dctrl -FSection -n -sPackage -e '^non-US' - | \
|
||||
grep-dctrl -FSection -n -sPackage -e '^(non-US|non-us/main)' - | \
|
||||
sort | uniq > $(BDIR)/Debian_$(CODENAME)_nonUS
|
||||
endif
|
||||
$(Q)perl -npe 's/\@ARCH\@/$(ARCH)/g' $(TASK) | \
|
||||
|
|
Loading…
Reference in New Issue