From e42feb71cd83276c00a54e4c9929f0ebad1e3520 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 28 Jun 2002 00:25:16 +0000 Subject: this might work a little bit better --- scripts/pkgorder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/pkgorder b/scripts/pkgorder index 9c6f43608..8972f2769 100755 --- a/scripts/pkgorder +++ b/scripts/pkgorder @@ -61,7 +61,7 @@ except rpm.error: print "Failed to read header list", f sys.exit(1) # and read the comps file -comps = comps.ComponentSet(distDir + "/RedHat/base/comps", hdlist, +comps = comps.ComponentSet(distDir + "/RedHat/base/comps.xml", hdlist, arch = arch, matchAllLang = 0) # work out the order we'd like to install everything in -- cgit