Fix a bogon.
This commit is contained in:
parent
a3bee0e414
commit
cfb98a92bd
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: extract_src.sh,v 1.8 1995/03/24 02:04:00 phk Exp $
|
||||
# $Id: extract_src.sh,v 1.9 1995/03/24 02:45:34 phk Exp $
|
||||
PATH=/stand:$PATH
|
||||
DDIR=/usr/src
|
||||
|
||||
@ -7,12 +7,8 @@ for T in src*.aa ; do
|
||||
DIST=`basename $T .aa`
|
||||
if [ -f ${DIST}.aa ]; then
|
||||
echo "Extracting ${DIST} sources"
|
||||
cat ${DIST}.??
|
||||
| gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
|
||||
elif [ -f ${DIST}.aa ]; then
|
||||
echo "Extracting ${DIST} sources"
|
||||
cat ${DIST}.??
|
||||
| gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
|
||||
cat ${DIST}.?? |
|
||||
gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
|
||||
fi
|
||||
done
|
||||
ln -fs /usr/src/sys /sys
|
||||
|
Loading…
Reference in New Issue
Block a user