summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-02-20 11:36:48 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-02-20 12:07:20 -1000
commit7440e65ad569f702e05b638021473c29fc20fe33 (patch)
treeb149af923d71eac5d2eb0d0bda57bcec67a9a391 /anaconda
parent7ae3f4042e2dc25f547eadef10b8e835cb7cbaf3 (diff)
downloadanaconda-7440e65ad569f702e05b638021473c29fc20fe33.tar.gz
anaconda-7440e65ad569f702e05b638021473c29fc20fe33.tar.xz
anaconda-7440e65ad569f702e05b638021473c29fc20fe33.zip
Pick up pyblock if it exists in block/ on an updates.img.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
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):