freebsd-ports/editors/openoffice.org-2-RC/files/patch-setup2+script+setupserver

11 lines
324 B
Text
Raw Normal View History

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