initial FreeBSD work
This commit is contained in:
parent
3a0ec7548f
commit
09c82f88c6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use Cwd;
|
|||
$path = '';
|
||||
$do_link = 0;
|
||||
|
||||
( $^O =~ /netbsd/i ) || ( $^O =~ /openbsd/i ) || ( $^O =~ /darwin/i ) || ( -f "/proc/meminfo" ) || die "The installer cannot work without javaldx running, which requires /proc to be mounted";
|
||||
( $^O =~ /freebsd/i ) || ( $^O =~ /netbsd/i ) || ( $^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
|
||||
if ( $ENV{'SYSTEM_MOZILLA'} eq 'YES' ) {
|
||||
|
|
Loading…
Reference in a new issue