Extract the sources into the right place! Can't believe I didn't notice
this before.
This commit is contained in:
parent
6e532401dd
commit
c5c3febed7
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: extract_secure.sh,v 1.3 1995/01/27 07:49:45 jkh Exp $
|
||||
# $Id: extract_secure.sh,v 1.4 1995/01/28 09:11:39 jkh Exp $
|
||||
PATH=/stand:$PATH
|
||||
DDIR=/
|
||||
|
||||
@ -9,6 +9,7 @@ if [ -f /sbin/init ]; then mv /sbin/init /sbin/init.insecure; fi
|
||||
|
||||
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
|
||||
|
||||
DDIR=/usr/src
|
||||
for DIST in ebones secrsrc; do
|
||||
if [ -f ${DIST}.aa ]; then
|
||||
echo "Extracting ${DIST} sources"
|
||||
|
Loading…
Reference in New Issue
Block a user