Cope with different layout of non-US when generating list for FORCENONUSONCD1

This commit is contained in:
Steve McIntyre 2001-09-12 15:54:28 +00:00
parent ee838cb485
commit 5ca34db6a2
1 changed files with 1 additions and 1 deletions

View File

@ -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) | \