blob: 89798571766f5c2e00aa1d81d3585df99fda53cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: soffice.patch,v 1.1.1.1 1999/11/22 21:23:49 rh Exp $
--- bin/soffice.orig Tue Aug 24 06:11:00 1999
+++ bin/soffice Sun Nov 21 15:44:10 1999
@@ -15,7 +15,7 @@
# resolve installation directory
sd_platform=`uname -s`
case $sd_platform in
- SCO_SV) test=/bin/test ;;
+ NetBSD|SCO_SV) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
|