summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-01-23 22:19:43 +0000
committerJeremy Katz <katzj@redhat.com>2004-01-23 22:19:43 +0000
commitd14ef1c773c50a7b27604d32527938ee945b7108 (patch)
treec949e0554d1df10dfd4b681892b403845dbd2e7b /scripts/upd-instroot
parent4b2b22dbc311b436895620a0cbc4b03f837d5a3c (diff)
downloadanaconda-d14ef1c773c50a7b27604d32527938ee945b7108.tar.gz
anaconda-d14ef1c773c50a7b27604d32527938ee945b7108.tar.xz
anaconda-d14ef1c773c50a7b27604d32527938ee945b7108.zip
sick sick sick hack for pango-querymodules being -32 or -64
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index daafb7e08..f0617d54f 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -875,6 +875,8 @@ fi
echo "Getting pango modules"
if [ -n "$NEEDGR" ]; then
+ # sick sick sick hack for pango-querymodules being -32 or -64
+ mv $DESTGR/usr/bin/pango-querymodules* $DESTGR/usr/bin/pango-querymodules
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/pango-querymodules 2> $DESTGR/etc/pango/pango.modules"
else