summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-07-27 16:05:33 +0000
committerJeremy Katz <katzj@redhat.com>2006-07-27 16:05:33 +0000
commitf516c56ac2b3bc7f0f03222f4770639ed926e867 (patch)
treecba0f42bc994cb6292c893b72a60113116f2b683 /installclasses
parentc5d17708879de91cb7b14b57a119067146c8bb4b (diff)
downloadanaconda-f516c56ac2b3bc7f0f03222f4770639ed926e867.tar.gz
anaconda-f516c56ac2b3bc7f0f03222f4770639ed926e867.tar.xz
anaconda-f516c56ac2b3bc7f0f03222f4770639ed926e867.zip
2006-07-27 Jeremy Katz <katzj@redhat.com>
* installclasses/rhel.py (InstallClass.__init__): base repopath didn't really change * anaconda.spec: Bump version.
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