[Libreoffice-commits] .: Branch 'libreoffice-3-3' - bin/ooinstall

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


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

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

    no /proc on OpenBSD

diff --git a/bin/ooinstall b/bin/ooinstall
index a8113ce..5b4bb07 100755
--- a/bin/ooinstall
+++ b/bin/ooinstall
@@ -43,7 +43,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";
 
 suck_setup ("./setup") || suck_setup ("bin/setup") || die "can't find bin/setup";
 


More information about the Libreoffice-commits mailing list