]> git.decadent.org.uk Git - dak.git/commitdiff
Add missing ExtraOverride
authorJames Troup <james@nocrew.org>
Thu, 2 Jan 2003 18:10:47 +0000 (18:10 +0000)
committerJames Troup <james@nocrew.org>
Thu, 2 Jan 2003 18:10:47 +0000 (18:10 +0000)
apt.conf.stable

index 29311436c84fd443e5b19a00a024d95f923059a1..2ce546cbd3ac486390023dc243e7fb51a78de32d 100644 (file)
@@ -37,5 +37,6 @@ tree "dists/stable"
    Sections "main contrib non-free";
    Architectures "alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc source";
    BinOverride "override.woody.$(SECTION)";
+   ExtraOverride "override.woody.extra.$(SECTION)";
    SrcOverride "override.woody.$(SECTION).src";
 };