diff options
Diffstat (limited to 'misc/openoffice2/patches/patch-eg')
-rw-r--r-- | misc/openoffice2/patches/patch-eg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice2/patches/patch-eg b/misc/openoffice2/patches/patch-eg index cf130cdce42..7c5a0e368af 100644 --- a/misc/openoffice2/patches/patch-eg +++ b/misc/openoffice2/patches/patch-eg @@ -1,8 +1,8 @@ -$NetBSD: patch-eg,v 1.1 2008/11/24 11:58:44 hira Exp $ +$NetBSD: patch-eg,v 1.2 2009/02/08 15:27:35 hira Exp $ --- sysui/desktop/share/openoffice.sh.orig 2008-11-24 16:06:47.000000000 +0900 +++ sysui/desktop/share/openoffice.sh 2008-11-24 16:07:17.000000000 +0900 @@ -1,2 +1,2 @@ #!/bin/sh -exec /etc/%PREFIX/program/soffice "$@" -+exec @OO_PREFIX@/%PREFIX/program/soffice "$@" ++exec @OO_PREFIX@/program/soffice "$@" |