summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-17 04:37:21 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-17 04:37:21 +0000
commit6dc6902309904fa2ac19f32a71c4043434932c2e (patch)
treeaf0e536e4fe7b06cc32dfa41ff3dc297463cc580 /scripts
parent2e1da3b16e6c664add3e35525f3431b4ed3bebe1 (diff)
downloadanaconda-6dc6902309904fa2ac19f32a71c4043434932c2e.tar.gz
anaconda-6dc6902309904fa2ac19f32a71c4043434932c2e.tar.xz
anaconda-6dc6902309904fa2ac19f32a71c4043434932c2e.zip
oops, I really didn't mean to leave that there
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 4e97a5cef..46d3a480d 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -783,7 +783,6 @@ fi
echo "Getting gtk2 gdk-pixbuf loaders"
if [ -n "$NEEDGR" ]; then
if [ -x /usr/bin/runroot -a -n "$COMPONENT" ]; then
- /usr/bin/gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
runroot $COMPONENT --onlyone --arch $ARCH "LD_LIBRARY_PATH=/usr/X11R6/$LIBDIR:$LD_LIBRARY_PATH /usr/sbin/chroot $REALPATH /usr/bin/gdk-pixbuf-query-loaders 2> $REALPATH/etc/gtk-2.0/gdk-pixbuf.loaders"
else
LD_LIBRARY_PATH=/usr/X11R6/$LIBDIR:$LD_LIBRARY_PATH /usr/sbin/chroot $DESTGR /usr/bin/gdk-pixbuf-query-loaders > $DESTGR/etc/gtk-2.0/gdk-pixbuf.loaders