initial FreeBSD work

This commit is contained in:
Baptiste Daroussin 2011-01-31 19:59:10 +00:00 committed by Michael Meeks
parent 3a0ec7548f
commit 09c82f88c6

View file

@ -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' ) {