diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-14 03:40:40 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-14 03:40:40 +0000 |
commit | 322a73e5c14be4628efdf0c63e8b55d7d61b911e (patch) | |
tree | b33f2b75ce37b8ec5e534a882894564ebb490267 /scripts/pythondeps | |
parent | 6bb2f40fa779ee70f65e480a22c719660a68c96c (diff) | |
download | anaconda-322a73e5c14be4628efdf0c63e8b55d7d61b911e.tar.gz anaconda-322a73e5c14be4628efdf0c63e8b55d7d61b911e.tar.xz anaconda-322a73e5c14be4628efdf0c63e8b55d7d61b911e.zip |
some more tweaks for sparc
Diffstat (limited to 'scripts/pythondeps')
-rw-r--r-- | scripts/pythondeps | 2 |
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 |