summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 4ec77435b..86675d1d3 100644
--- a/packages.py
+++ b/packages.py
@@ -705,7 +705,7 @@ def doPreInstall(method, id, intf, instPath, dir):
# try to copy the comps package. if it doesn't work, don't worry about it
try:
- id.compspkg = method.copyFileToTemp("RedHat/base/comps.rpm")
+ id.compspkg = method.copyFileToTemp("%s/base/comps.rpm" % (productPath,))
except:
log("Unable to copy comps package")
id.compspkg = None