From 7440e65ad569f702e05b638021473c29fc20fe33 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 20 Feb 2009 11:36:48 -1000 Subject: Pick up pyblock if it exists in block/ on an updates.img. --- anaconda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anaconda') diff --git a/anaconda b/anaconda index 5780f39be..f669ee0e8 100755 --- a/anaconda +++ b/anaconda @@ -139,7 +139,7 @@ def setupPythonUpdates(): except: pass - for pypkg in ("rhpl", "yum", "rpmUtils", "urlgrabber", "pykickstart", "parted"): + for pypkg in ("block", "rhpl", "yum", "rpmUtils", "urlgrabber", "pykickstart", "parted"): # get the libdir. *sigh* if os.access("/usr/lib64/python%s/site-packages/%s" %(pyver, pypkg), os.X_OK): -- cgit