summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-07-07 21:34:13 +0000
committerBill Nottingham <notting@redhat.com>2003-07-07 21:34:13 +0000
commit62a044eb91b39692c516b3f304252e646685d73c (patch)
tree65e2c4483f08113ce263a3d9b89cd718b89c61f1
parent01831fb52a873e3aed10f30b385e9d00d1de4cc3 (diff)
downloadanaconda-62a044eb91b39692c516b3f304252e646685d73c.tar.gz
anaconda-62a044eb91b39692c516b3f304252e646685d73c.tar.xz
anaconda-62a044eb91b39692c516b3f304252e646685d73c.zip
update*s*
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 7f9bc9833..0b474a856 100644
--- a/packages.py
+++ b/packages.py
@@ -1169,7 +1169,7 @@ def copyExtraModules(instPath, grpset, extraModules):
for (n, tag) in kernelVersions:
fromFile = "%s/lib/modules/%s/%s.o" % (instPath, n, name)
- toDir = "%s/lib/modules/%s/update" % \
+ toDir = "%s/lib/modules/%s/updates" % \
(instPath, n)
to = "%s/%s.o" % (toDir, name)