mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
src/compat/ is gone back in March.
Reported by: Mars G Miro
This commit is contained in:
parent
9a8398173d
commit
896eafd957
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ if [ $# -lt 1 ]; then
|
|||
echo "You must specify which components of src to extract"
|
||||
echo "possible subcomponents are:"
|
||||
echo
|
||||
echo "base bin cddl compat contrib crypto etc games gnu include krb5"
|
||||
echo "base bin cddl contrib crypto etc games gnu include krb5"
|
||||
echo "lib libexec release rescue sbin secure share sys tools ubin"
|
||||
echo "usbin"
|
||||
echo
|
||||
|
|
@ -20,7 +20,7 @@ if [ $# -lt 1 ]; then
|
|||
fi
|
||||
|
||||
if [ "$1" = "all" ]; then
|
||||
dists="base bin cddl compat contrib crypto etc games gnu include krb5 lib libexec release rescue sbin secure share sys tools ubin usbin"
|
||||
dists="base bin cddl contrib crypto etc games gnu include krb5 lib libexec release rescue sbin secure share sys tools ubin usbin"
|
||||
else
|
||||
dists="$*"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue