pkgsrc/misc/openoffice/patches/patch-bq
mrauch dfc89b3b4d OpenOffice.org is an Open Source, community-developed, multi-platform office
productivity suite. It includes the key desktop applications, such as a
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
2002-02-13 18:09:21 +00:00

12 lines
344 B
Text

$NetBSD: patch-bq,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $
--- ../setup2/script/setupserver.orig Fri Nov 17 11:29:29 2000
+++ ../setup2/script/setupserver
@@ -234,6 +234,7 @@
sd_platform=`uname -s`
case $sd_platform in
SCO_SV) test=/bin/test ;;
+ NetBSD) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
sd_cwd="`pwd`"