[Libreoffice-commits] .: bin/ooinstall
Robert Nagy
rnagy at kemper.freedesktop.org
Tue Nov 9 00:57:06 PST 2010
bin/ooinstall | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9c6ea143a675313b2abac580fa899b1e0ebacbbe
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 b5d29ab..f5e7809 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