mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. Fix the sense of a WITH_JAIL check to match that in the jdk14 port -
we _don't_ want to check for linprocfs in a jail. PR: 110019
This commit is contained in:
parent
a2e2688f42
commit
eb2c74404e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186834
2 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@ pre-build:
|
|||
${ECHO_MSG} "is known to cause problems during bootstrapping."; \
|
||||
exit 1; \
|
||||
fi
|
||||
.if defined(WITH_JAIL)#{
|
||||
.if !defined(WITH_JAIL)#{
|
||||
@if [ "`/sbin/mount | grep ^linprocfs`" = "" ]; \
|
||||
then \
|
||||
${ECHO_MSG} "ERROR: You must have LINPROCFS mounted before" ; \
|
||||
|
|
|
@ -270,7 +270,7 @@ pre-build:
|
|||
${ECHO_MSG} "is known to cause problems during bootstrapping."; \
|
||||
exit 1; \
|
||||
fi
|
||||
.if defined(WITH_JAIL)#{
|
||||
.if !defined(WITH_JAIL)#{
|
||||
@if [ "`/sbin/mount | grep ^linprocfs`" = "" ]; \
|
||||
then \
|
||||
${ECHO_MSG} "ERROR: You must have LINPROCFS mounted before" ; \
|
||||
|
|
Loading…
Add table
Reference in a new issue