summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-16 10:29:23 -0400
committerChris Lumens <clumens@redhat.com>2009-03-16 10:30:15 -0400
commit59253764fce8649078e7f23d826eca080a14b2b1 (patch)
tree9f9672161297f722d8c081376ef1a3837171973f /yuminstall.py
parent684322c3df2959ec268b63220546bcef83534656 (diff)
downloadanaconda-59253764fce8649078e7f23d826eca080a14b2b1.tar.gz
anaconda-59253764fce8649078e7f23d826eca080a14b2b1.tar.xz
anaconda-59253764fce8649078e7f23d826eca080a14b2b1.zip
Fix the obvious and stupid typo (#490296).
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index dc541b571..eff50ba61 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1493,7 +1493,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
if not upgrade:
anaconda.id.storage.fsset.write(anaconda.rootPath)
# rootpath mode doesn't have this file around
- if os.access("/etc/modprobe.d/anaconda".conf, os.R_OK):
+ if os.access("/etc/modprobe.d/anaconda.conf", os.R_OK):
shutil.copyfile("/etc/modprobe.d/anaconda.conf",
anaconda.rootPath + "/etc/modprobe.d/anaconda.conf")
anaconda.id.network.write(instPath=anaconda.rootPath, anaconda=anaconda)