freebsd-ports/editors/openoffice.org-1.0/files/patch-setup2+script+setupserver
2005-07-29 02:16:38 +00:00

10 lines
318 B
Text

--- 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