summaryrefslogtreecommitdiffstats
path: root/java/jdk13
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-01-30 08:23:53 +0000
committerkris <kris@FreeBSD.org>2003-01-30 08:23:53 +0000
commit7a003b856887fd70327f25ce5cc7b32298c5787c (patch)
tree465203d109415fae7799f450e68ded894e379550 /java/jdk13
parent3c186e4ad0c76f35320e6086161162a96c462aa4 (diff)
downloadFreeBSD-ports-7a003b856887fd70327f25ce5cc7b32298c5787c.zip
FreeBSD-ports-7a003b856887fd70327f25ce5cc7b32298c5787c.tar.gz
Use the full path to /sbin/sysctl
Noticed by: 'make index' in crontab
Diffstat (limited to 'java/jdk13')
-rw-r--r--java/jdk13/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile
index 3e59069..5e37fd2 100644
--- a/java/jdk13/Makefile
+++ b/java/jdk13/Makefile
@@ -160,7 +160,7 @@ pre-build:
${ECHO_MSG} "This is known to cause problems during bootstrapping."; \
exit 1; \
fi
- @if [ `sysctl -n compat.linux.osname` != "Linux" ]; \
+ @if [ `/sbin/sysctl -n compat.linux.osname` != "Linux" ]; \
then \
${ECHO_MSG} "Please set the value of the sysctl compat.linux.osname"; \
${ECHO_MSG} "to 'Linux' with the command:"; \
OpenPOWER on IntegriCloud