summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-30 01:12:23 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-30 01:12:23 +0000
commitea8b195a6dc8e97f8731c1cd4b6317da5fb851f9 (patch)
tree50d5b9dd4e609dfea8db6ce29ab23e22ea3b9742 /scripts
parentdc5e515c303b6d64b757964c33911457ee22ff6b (diff)
downloadanaconda-ea8b195a6dc8e97f8731c1cd4b6317da5fb851f9.tar.gz
anaconda-ea8b195a6dc8e97f8731c1cd4b6317da5fb851f9.tar.xz
anaconda-ea8b195a6dc8e97f8731c1cd4b6317da5fb851f9.zip
more gtk2 fixes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 29adf4818..9cbb372c9 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -934,7 +934,7 @@ fi
echo "Getting gtk2 gdk-pixbuf loaders"
if [ -n "$NEEDGR" ]; then
- mv $DESTGR/usr/bin/gtk-pixbuf-query-loaders* $DESTGR/usr/bin/gtk-pixbuf-query-loaders
+ mv $DESTGR/usr/bin/gdk-pixbuf-query-loaders* $DESTGR/usr/bin/gdk-pixbuf-query-loaders
if [ -x /usr/bin/runroot -a -n "$COMPONENT" ]; then
runroot $COMPONENT --onlyone --arch $ARCH "LD_LIBRARY_PATH=/usr/X11R6/$LIBDIR:$LD_LIBRARY_PATH /usr/sbin/chroot $DESTGR /usr/bin/gdk-pixbuf-query-loaders 2> $DESTGR/etc/gtk-2.0/gdk-pixbuf.loaders"
else