summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-28 00:25:16 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-28 00:25:16 +0000
commite42feb71cd83276c00a54e4c9929f0ebad1e3520 (patch)
treed3885ea639f26c84e78b89df9a5804ce19f9bd7f /scripts
parentbf43e5d6d7ca0286ccccf5c03538359c323607a9 (diff)
downloadanaconda-e42feb71cd83276c00a54e4c9929f0ebad1e3520.tar.gz
anaconda-e42feb71cd83276c00a54e4c9929f0ebad1e3520.tar.xz
anaconda-e42feb71cd83276c00a54e4c9929f0ebad1e3520.zip
this might work a little bit better
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pkgorder2
1 files changed, 1 insertions, 1 deletions
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