[Libreoffice-commits] .: solenv/bin

Robert Nagy rnagy at kemper.freedesktop.org
Tue Nov 9 00:57:49 PST 2010


 solenv/bin/ooinstall |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f8c9a1e9aba55727427b615136821340e2c04971
Author: Robert Nagy <robert at openbsd.org>
Date:   Tue Nov 9 09:57:42 2010 +0100

    no /proc on OpenBSD

diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall
index 35cda0c..8a99097 100755
--- a/solenv/bin/ooinstall
+++ b/solenv/bin/ooinstall
@@ -26,7 +26,7 @@ sub wanted {
 	&& 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
 if ( $ENV{'SYSTEM_MOZILLA'} eq 'YES' ) {


More information about the Libreoffice-commits mailing list