aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel/files/patch-setup2+script+setupserver
blob: 7d3b13f659b98d76fadd2551ea3750bf8bda6119 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ../setup2/script/setupserver.orig	Sat Apr  6 12:22:21 2002
+++ ../setup2/script/setupserver	Wed May  1 22:30:13 2002
@@ -234,6 +234,7 @@
 sd_platform=`uname -s`
 case $sd_platform in
 	SCO_SV) test=/bin/test     ;;
+	FreeBSD) test=/bin/test     ;;
 	NetBSD) test=/bin/test     ;;
   	*)      test=/usr/bin/test ;;
 esac