mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Print informational output when NOPORTS is set,
which would otherwise cause pkg-stage.sh to silently exit. MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a1b50624be
commit
ef6db57978
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ x11/xorg"
|
|||
|
||||
# If NOPORTS is set for the release, do not attempt to build pkg(8).
|
||||
if [ ! -f /usr/ports/Makefile ]; then
|
||||
echo "*** /usr/ports is missing! ***"
|
||||
echo "*** Skipping pkg-stage.sh ***"
|
||||
echo "*** Unset NOPORTS to fix this ***"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue