summaryrefslogblamecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/openoffice-wrapper
blob: 2455a90d46501e89f5b62e23d547d2af50f61ec5 (plain) (tree)
1
2
3
4
5
6
7
8
9

         
                                                                                                                                 
 
                                                   
                                                   


                
                            

          
                             

          
#!/bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0-devel/files/Attic/openoffice-wrapper,v 1.14 2005-01-10 12:28:19 maho Exp $

oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/
program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'`

case $program in
$0)
	$oopath/soffice "$@"
	;;
	*)
	$oopath/$program "$@"
	;;
esac