summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/rhel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index 0f680cb9e..04ab4b314 100644
--- a/installclasses/rhel.py
+++ b/installclasses/rhel.py
@@ -70,5 +70,5 @@ class InstallClass(BaseInstallClass):
def __init__(self, expert):
BaseInstallClass.__init__(self, expert)
- self.repopaths = { "base": "" }
+ self.repopaths = { "base": "%s" %(productPath,) }
self.regkey = None