summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-01-26 05:17:41 +0000
committerJeremy Katz <katzj@redhat.com>2004-01-26 05:17:41 +0000
commitaf20227648aef2ae4e4dfef2f9c409a284941c57 (patch)
treeb85860346df77254977c3dc2c08f58bef7ba18f4 /scripts
parente01663e3626cf7a96f25ed174e3ee34319b0f4ec (diff)
*sigh*
Work around the fact that pango doesn't fall back to checking /etc/pango/pango.modules.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index dbe0ea24f..1da2f52dc 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -886,6 +886,11 @@ if [ -n "$NEEDGR" ]; then
LD_LIBRARY_PATH=/usr/X11R6/$LIBDIR:$LD_LIBRARY_PATH /usr/sbin/chroot $DESTGR /usr/bin/pango-querymodules > $DESTGR/etc/pango/pango.modules
fi
rm -f $DESTGR/usr/bin/pango-querymodules
+ # more sick hackery since it doesn't fall back to this like owen thought
+ cat > /etc/pango/pangorc <<EOF
+[Pango]
+ModuleFiles=/etc/pango/pango.modules
+EOF
fi
echo "Getting gtk2 input method modules"