summaryrefslogblamecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/openoffice.org-wrapper
blob: b33db74c71634abb38802f07c276bb16cc7bc702 (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.org-wrapper,v 1.2 2005-12-23 03:06:18 maho Exp $

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

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