Check for non-us, rather than non-us/main when selecting non-US packages

since a few packages are (wrongly) in section non-us, and therefore not
being forced onto CD#1, which results in other $N_NONUS being created.
This commit is contained in:
Philip Hands 2002-07-01 18:25:08 +00:00
parent ceeee3561f
commit 087f4dfb0b
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ $(BDIR)/list: $(BDIR)/rawlist
$(BDIR)/rawlist: $(BDIR)/rawlist:
ifdef FORCENONUSONCD1 ifdef FORCENONUSONCD1
$(Q)$(apt) cache dumpavail | \ $(Q)$(apt) cache dumpavail | \
grep-dctrl -FSection -n -sPackage -e '^(non-US|non-us/main)' - | \ grep-dctrl -FSection -n -sPackage -e '^(non-US|non-us)' - | \
sort | uniq > $(BDIR)/Debian_$(CODENAME)_nonUS sort | uniq > $(BDIR)/Debian_$(CODENAME)_nonUS
endif endif
$(Q)if [ -x "/usr/sbin/debootstrap" ]; then \ $(Q)if [ -x "/usr/sbin/debootstrap" ]; then \