summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-setup2+script+setupserver
blob: d637810f69b7c5d9cc811fc2cd45a3da98171a7e (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