diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-20 00:40:01 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-20 00:40:01 +0000 |
commit | 80664af25018d4928f87d01133cf061d27b61e4f (patch) | |
tree | adc71b3d18cd0ad2af6b0b55c0e34514dc9c2a68 /scripts/upd-instroot | |
parent | cbdab52874ba8108f941736b15abd686dc7b9a57 (diff) | |
download | anaconda-80664af25018d4928f87d01133cf061d27b61e4f.tar.gz anaconda-80664af25018d4928f87d01133cf061d27b61e4f.tar.xz anaconda-80664af25018d4928f87d01133cf061d27b61e4f.zip |
more sparc funness with X
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 4c924b1cc..962d0d2c2 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -123,7 +123,7 @@ if [ $ARCH != ia64 ]; then fi if [ $ARCH = sparc ]; then - PACKAGESGR="$PACKAGESGR XFree86-Sun tilo silo" + PACKAGESGR="$PACKAGESGR XFree86-3DLabs XFree86-Mach64 tilo silo" fi if [ $ARCH = i386 ]; then |