summaryrefslogtreecommitdiffstats
path: root/upd-instroot
diff options
context:
space:
mode:
authorjakub <jakub>1999-11-04 09:45:02 +0000
committerjakub <jakub>1999-11-04 09:45:02 +0000
commitbf929e8312526dcaf1942e5f3e3e4a69d53f98e3 (patch)
tree895db4ea91eff57f6ad831dffa66e437d04d3d4d /upd-instroot
parent25c9057f0a8157b6d2c022aa21319e8cd21a1ca9 (diff)
downloadanaconda-bf929e8312526dcaf1942e5f3e3e4a69d53f98e3.tar.gz
anaconda-bf929e8312526dcaf1942e5f3e3e4a69d53f98e3.tar.xz
anaconda-bf929e8312526dcaf1942e5f3e3e4a69d53f98e3.zip
Don't install XF86_VGA16 on SPARC.
Diffstat (limited to 'upd-instroot')
-rwxr-xr-xupd-instroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/upd-instroot b/upd-instroot
index d5cb9eaff..737e357eb 100755
--- a/upd-instroot
+++ b/upd-instroot
@@ -240,6 +240,10 @@ for n in $RPMS; do
rpm2cpio $n | (cd $DESTGR; cpio -E $KEEPFILEGR --quiet -iumd)
done
+if [ $ARCH = sparc ]; then
+ rm -f $DESTGR/usr/X11R6/bin/XF86_VGA16
+fi
+
for I in $DESTGR/usr/X11R6/lib/X11/fonts/* $DESTGR/usr/share/fonts/ISO8859-2/*; do
mkfontdir $I
done