diff options
author | Bill Nottingham <notting@redhat.com> | 2003-07-07 21:34:13 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-07-07 21:34:13 +0000 |
commit | 62a044eb91b39692c516b3f304252e646685d73c (patch) | |
tree | 65e2c4483f08113ce263a3d9b89cd718b89c61f1 | |
parent | 01831fb52a873e3aed10f30b385e9d00d1de4cc3 (diff) | |
download | anaconda-62a044eb91b39692c516b3f304252e646685d73c.tar.gz anaconda-62a044eb91b39692c516b3f304252e646685d73c.tar.xz anaconda-62a044eb91b39692c516b3f304252e646685d73c.zip |
update*s*
-rw-r--r-- | packages.py | 2 |
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) |