mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
mkdir /usr/src if it doesn't exist.
This commit is contained in:
parent
cbec1346b0
commit
fdf36512dd
1 changed files with 3 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
|||
#!/bin/sh
|
||||
# $Id: extract_src.sh,v 1.9 1995/03/24 02:45:34 phk Exp $
|
||||
# $Id: extract_src.sh,v 1.10 1995/03/24 03:38:48 phk Exp $
|
||||
PATH=/stand:$PATH
|
||||
DDIR=/usr/src
|
||||
|
||||
mkdir -p $DDIR
|
||||
|
||||
for T in src*.aa ; do
|
||||
DIST=`basename $T .aa`
|
||||
if [ -f ${DIST}.aa ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue