diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-01-15 22:16:54 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-01-15 22:16:54 +0000 |
commit | debe0c4e83f44b3819f78f7614d15d2457a5a449 (patch) | |
tree | 2a8063f3398ec8e6c8e62c0b98cd7ad12c1b50d4 /scripts | |
parent | 7ed71c4abc44bee51132ea14c0a25663b71d3844 (diff) | |
download | anaconda-debe0c4e83f44b3819f78f7614d15d2457a5a449.tar.gz anaconda-debe0c4e83f44b3819f78f7614d15d2457a5a449.tar.xz anaconda-debe0c4e83f44b3819f78f7614d15d2457a5a449.zip |
python depends on old openssl and won't build with new compiler. blah
Diffstat (limited to 'scripts')
-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 26bbf14a6..9574715af 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -95,7 +95,7 @@ PACKAGES="glibc glibc-common setup openssl python python2 newt libtermcap zlib ash kon2 e2fsprogs util-linux raidtools popt mount procps rpm XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel kudzu db3 rpm-python2.2 bzip2 bzip2-libs dosfstools pciutils - reiserfs-utils parted busybox-anaconda rpm-python anaconda-help" + reiserfs-utils parted busybox-anaconda rpm-python anaconda-help openssl096b" if [ $ARCH = i386 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs lilo" |