summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index 31b1fb1f2..84834cfb1 100644
--- a/image.py
+++ b/image.py
@@ -5,7 +5,7 @@ from comps import ComponentSet, HeaderListFromFile
class InstallMethod:
def readComps(self, hdlist):
- return ComponentSet('i386', self.tree + '/RedHat/base/comps', hdlist)
+ return ComponentSet(self.tree + '/RedHat/base/comps', hdlist)
def getFilename(self, h):
return self.tree + "/RedHat/RPMS/" + h[1000000]