summaryrefslogtreecommitdiffstats
path: root/scripts/pythondeps
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-14 03:40:40 +0000
committerMatt Wilson <msw@redhat.com>2000-06-14 03:40:40 +0000
commit322a73e5c14be4628efdf0c63e8b55d7d61b911e (patch)
treeb33f2b75ce37b8ec5e534a882894564ebb490267 /scripts/pythondeps
parent6bb2f40fa779ee70f65e480a22c719660a68c96c (diff)
downloadanaconda-322a73e5c14be4628efdf0c63e8b55d7d61b911e.tar.gz
anaconda-322a73e5c14be4628efdf0c63e8b55d7d61b911e.tar.xz
anaconda-322a73e5c14be4628efdf0c63e8b55d7d61b911e.zip
some more tweaks for sparc
Diffstat (limited to 'scripts/pythondeps')
-rw-r--r--scripts/pythondeps2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pythondeps b/scripts/pythondeps
index e6c12b6a5..a28d77a2c 100644
--- a/scripts/pythondeps
+++ b/scripts/pythondeps
@@ -12,7 +12,7 @@ ARCH=`uname -m | sed -e 's/i.86/i386/'`
mkdir -p $DIR/proc
mount -t proc /proc $DIR/proc
-if [ $ARCH = "sparc" ]; then
+if [ $ARCH = "sparc" -o $ARCH = "sparc64" ]; then
mkdir $DIR/dev
mknod $DIR/dev/openprom c 10 139
fi