diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-14 22:22:59 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-14 22:22:59 +0000 |
commit | 6b190d53a368bc252fe4773e302b1c6c1b5b83da (patch) | |
tree | 7717909fc068bc357bc32905ca586177f4e40224 /scripts/pythondeps | |
parent | 297890945db42f0e317246ccd1889afc82d53317 (diff) | |
download | anaconda-6b190d53a368bc252fe4773e302b1c6c1b5b83da.tar.gz anaconda-6b190d53a368bc252fe4773e302b1c6c1b5b83da.tar.xz anaconda-6b190d53a368bc252fe4773e302b1c6c1b5b83da.zip |
tweak for sparc
Diffstat (limited to 'scripts/pythondeps')
-rw-r--r-- | scripts/pythondeps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pythondeps b/scripts/pythondeps index a28d77a2c..2b38a5289 100644 --- a/scripts/pythondeps +++ b/scripts/pythondeps @@ -15,6 +15,7 @@ mount -t proc /proc $DIR/proc if [ $ARCH = "sparc" -o $ARCH = "sparc64" ]; then mkdir $DIR/dev mknod $DIR/dev/openprom c 10 139 + <$DIR/dev/openprom fi (/usr/sbin/chroot $DIR /usr/bin/anaconda -m dir://mnt/source --test --text --traceonly; \ cd $DIR; find usr/lib/python* usr/lib/anaconda -type f | sed 's,^,/,' ) | \ |