From c5c3febed7f4fa16edd03848f1580c9196409e70 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 7 Feb 1995 01:01:21 +0000 Subject: [PATCH] Extract the sources into the right place! Can't believe I didn't notice this before. --- release/scripts/extract_secure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/scripts/extract_secure.sh b/release/scripts/extract_secure.sh index 683fa2e778e8..0f5f0482d4f0 100644 --- a/release/scripts/extract_secure.sh +++ b/release/scripts/extract_secure.sh @@ -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"