diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-06-10 16:57:39 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-06-10 16:57:39 +0000 |
commit | 63b78c0f2378fc85ec64ff631633d44b28976d0b (patch) | |
tree | 87d8a8e360d5f6288153e6d94f890ded15bb9366 /scripts | |
parent | e4d1a1ce88188c61800aed17e290a7827ffeb5fb (diff) | |
download | anaconda-63b78c0f2378fc85ec64ff631633d44b28976d0b.tar.gz anaconda-63b78c0f2378fc85ec64ff631633d44b28976d0b.tar.xz anaconda-63b78c0f2378fc85ec64ff631633d44b28976d0b.zip |
add expat for pygtk2
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index a10862bdc..bc26cdbad 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -132,7 +132,7 @@ PACKAGESGR="anaconda XFree86-libs imlib libpng libtiff libjpeg libgnomecanvas libart_lgpl libzvt gnome-python2-zvt anaconda-images anaconda-help hdparm XFree86-base-fonts ttfonts-ko taipeifonts XFree86-ISO8859-15-75dpi-fonts rhpl - redhat-config-keyboard Xft fontconfig" + redhat-config-keyboard Xft fontconfig expat" if [ -z "$NEEDGR" ]; then PACKAGESGR="bash" @@ -560,6 +560,7 @@ usr/lib/libart* usr/lib/libatk* usr/lib/libaudio* usr/lib/libesd* +usr/lib/libexpat* usr/lib/libfontconfig* usr/lib/libfreetype* usr/lib/libgdk* |