summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-11-10 23:40:57 +0000
committerJeremy Katz <katzj@redhat.com>2005-11-10 23:40:57 +0000
commit9d322debd9007f5ccb217fe096f29a0d382f7121 (patch)
tree26702d23ff186cef55634e759b7ff6f586ec93c9 /scripts
parent2536355911f88e25b9f6bf206f631ade26088ff0 (diff)
downloadanaconda-9d322debd9007f5ccb217fe096f29a0d382f7121.tar.gz
anaconda-9d322debd9007f5ccb217fe096f29a0d382f7121.tar.xz
anaconda-9d322debd9007f5ccb217fe096f29a0d382f7121.zip
2005-11-10 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot: Add some stuff to try to get the framework present for dogtail to work (#172891)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot16
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index ced520ca9..eb53b9e0a 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -227,6 +227,9 @@ if [ $ARCH = ppc ]; then
PACKAGESGR="$PACKAGESGR fbset yaboot ppc64-utils"
fi
+# dogtail stuff...
+PACKAGESGR="$PACKAGESGR gail at-spi libbonobo ORBit2"
+
#
# KEEPFILE is all files to keep from the packages in PACKAGES
#
@@ -751,6 +754,19 @@ usr/share/fonts/ISO8859-2/100dpi/fonts*
EOF
fi
+# more dogtail stuff...
+cat >> $KEEPFILEGR <<EOF
+usr/$LIBDIR/gtk-2.0/modules/libatk-bridge.so
+usr/$LIBDIR/gtk-2.0/modules/libgail.so
+usr/libexec/bonobo-activation-server
+usr/$LIBDIR/libORBit*
+usr/$LIBDIR/libbonobo*
+usr/$LIBDIR/libspi*
+usr/$LIBDIR/libcspi*
+EOF
+
+
+
#
# KEEPFILERESCUE is all files to keep from the packages in PACKAGESRESCUE
#