diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-10 05:28:45 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-10 05:28:45 +0000 |
commit | ef6eab71bae80bc9fb7551ca2232eb3f649a8c40 (patch) | |
tree | bab98036eaa93ae46f5015b86a6649863537f959 /scripts | |
parent | d4cc50eece8e5b1a78286763d8b4673781dc515f (diff) | |
download | anaconda-ef6eab71bae80bc9fb7551ca2232eb3f649a8c40.tar.gz anaconda-ef6eab71bae80bc9fb7551ca2232eb3f649a8c40.tar.xz anaconda-ef6eab71bae80bc9fb7551ca2232eb3f649a8c40.zip |
add some gdk-pixbuf goodness for the segv handler
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 9d9a68017..4b02dc612 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -101,7 +101,7 @@ PACKAGESGR="anaconda XFree86-libs imlib libpng libtiff libjpeg net-tools traceroute tar procps textutils sed ncurses bash cpio mt-st iputils sh-utils XFree86-cyrillic-fonts XFree86 Xconfigurator pygnome pygtk pygtk-libglade pygnome-libglade - pygnome-applet pygnome-capplet" + pygnome-applet pygnome-capplet gdk-pixbuf" if [ $ARCH != ia64 ]; then PACKAGESGR="$PACKAGESGR mtools pine modutils" @@ -308,6 +308,7 @@ usr/bin/tail usr/bin/uniq usr/lib/anaconda/iw usr/lib/gconv/* +usr/lib/gdk-pixbuf/loaders/*png* usr/lib/gdkimlib* usr/lib/libImlib* usr/lib/libart* |