srcbin dist, not bin

This commit is contained in:
Jordan K. Hubbard 1995-01-29 08:38:22 +00:00
parent f3bee8cfe4
commit 55e658a8a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6016

View File

@ -1,9 +1,9 @@
#!/bin/sh
# $Id: extract_src.sh,v 1.1 1995/01/14 07:41:46 jkh Exp $
# $Id: extract_src.sh,v 1.2 1995/01/27 07:49:46 jkh Exp $
PATH=/stand:$PATH
DDIR=/
for DIST in base bin etc games gnu include lib libexec release sbin lkm \
for DIST in base srcbin etc games gnu include lib libexec release sbin lkm \
release share sys usrbin usrsbin; do
if [ -f ${DIST}.aa ]; then
echo "Extracting ${DIST} sources"