summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2009-08-12 09:31:20 -0500
committerDennis Gilmore <dennis@ausil.us>2009-08-18 12:45:12 -0500
commit7f0d26f6c7c696ca0ccf34bdc4919645ef85fa2c (patch)
tree4d5cb471b4f22ca0ad3acb8ea53c4a6704781dd8 /scripts
parent46af4fa37a4a0374c8c46b095fe0b230e422e786 (diff)
make sure we have glibc.sparcv9 installed in sparc installers not glibc.sparcv9v
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 3e690c4b1..88df66cdc 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -201,6 +201,8 @@ if [ $ARCH = i386 ]; then
PACKAGES="$PACKAGES glibc.i386 openssl.i386"
elif [ $ARCH = i586 ]; then
PACKAGES="$PACKAGES glibc.i586 openssl.i586"
+elif [ $ARCH = sparc -o $ARCH = sparcv9 -o $ARCH = sparc64 ]; then
+ PACKAGES="$PACKAGES glibc.sparcv9 openssl.sparcv9"
else
PACKAGES="$PACKAGES glibc openssl"
fi