Extract the sources into the right place! Can't believe I didn't notice

this before.
This commit is contained in:
Jordan K. Hubbard 1995-02-07 01:01:21 +00:00
parent 6e532401dd
commit c5c3febed7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6221

View File

@ -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"