diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-11-17 18:40:36 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-11-17 18:40:36 +0000 |
commit | 0cebd50924bbe50bda44f7ccac61b57de28d10a2 (patch) | |
tree | b18464c9500c5507ff8fc24a02c676fda9e671df /scripts/upd-instroot | |
parent | 8510ebcc699a23e57ea0a1830b47d28a426f237a (diff) | |
download | anaconda-0cebd50924bbe50bda44f7ccac61b57de28d10a2.tar.gz anaconda-0cebd50924bbe50bda44f7ccac61b57de28d10a2.tar.xz anaconda-0cebd50924bbe50bda44f7ccac61b57de28d10a2.zip |
2004-11-17 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot: Update python version in urllib hack
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index e527e94f5..43a83fadd 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -1106,7 +1106,7 @@ fi echo "Patching python library..." # always use passive mode for ftp installs -cd $DEST/usr/$LIBDIR/python2.3 +cd $DEST/usr/$LIBDIR/python2.4 patch -p0 > /dev/null <<EOF --- urllib.py.orig Thu Oct 25 17:05:06 2001 +++ urllib.py Thu Oct 25 17:05:34 2001 |