diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-11-30 21:28:23 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-11-30 21:28:23 +0000 |
commit | 8516e6b2e8b7c886440db830e40ccad40977da1d (patch) | |
tree | 34f8ef5278477076196f64bd562bf54bb716774d /scripts | |
parent | 223d7fe26bb2af45275c7f40b0c83656a698d059 (diff) | |
download | anaconda-8516e6b2e8b7c886440db830e40ccad40977da1d.tar.gz anaconda-8516e6b2e8b7c886440db830e40ccad40977da1d.tar.xz anaconda-8516e6b2e8b7c886440db830e40ccad40977da1d.zip |
libzvt works now
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 742ca21c4..eecb33da7 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -121,7 +121,7 @@ PACKAGESGR="anaconda XFree86-libs imlib libpng libtiff libjpeg XFree86 Xconfigurator gnome-python2 pygtk2 gdk-pixbuf XFree86-KOI8-R XFree86-KOI8-R-75dpi-fonts pciutils pam reiserfs-utils atk pango freetype gnome-python2-canvas - libgnomecanvas libart_lgpl" + libgnomecanvas libart_lgpl libzvt gnome-python2-zvt" if [ -z "$NEEDGR" ]; then PACKAGESGR="bash" @@ -433,7 +433,7 @@ usr/lib/libpng* usr/lib/libreadline* usr/lib/libthread* usr/lib/libtiff* -usr/lib/libzvt* +usr/lib/libzvt-2* usr/lib/locale/* usr/lib/pango/* usr/lib/rpm/rpmpopt |