From 59253764fce8649078e7f23d826eca080a14b2b1 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 16 Mar 2009 10:29:23 -0400 Subject: Fix the obvious and stupid typo (#490296). --- yuminstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yuminstall.py') 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) -- cgit