Kaydet (Commit) 7b9e0932 authored tarafından Robert Nagy's avatar Robert Nagy

no /proc on OpenBSD

üst bf33898a
...@@ -26,7 +26,7 @@ sub wanted { ...@@ -26,7 +26,7 @@ sub wanted {
&& die "Cannot install $_ extension!"; && die "Cannot install $_ extension!";
} }
( $^O =~ /darwin/i ) || ( -f "/proc/meminfo" ) || die "The installer cannot work without javaldx running, which requires /proc to be mounted"; ( $^O =~ /openbsd/i ) || ( $^O =~ /darwin/i ) || ( -f "/proc/meminfo" ) || die "The installer cannot work without javaldx running, which requires /proc to be mounted";
# Workaround for system Mozilla # Workaround for system Mozilla
if ( $ENV{'SYSTEM_MOZILLA'} eq 'YES' ) { if ( $ENV{'SYSTEM_MOZILLA'} eq 'YES' ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment