diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/pkgorder | 2 |
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 |
