mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix path of soffice binary.
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
This commit is contained in:
parent
68b3a86da4
commit
97291070e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79059
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1-devel/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-2.0-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-2.0-devel/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-devel/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1-devel/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-RC/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-RC/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-devel/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0-devel/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-RC/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-RC/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-devel/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-vcltesttool/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-vcltesttool/files/Attic/openoffice-wrapper,v 1.7 2003-04-16 06:51:35 mbr Exp $
|
||||
|
||||
oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/
|
||||
program=`echo $0 | sed -e 's|.*-||'`
|
||||
@ -20,6 +20,6 @@ $0)
|
||||
cd $oopath && ./soffice "$@"
|
||||
;;
|
||||
*)
|
||||
cd $oopath && exec $program "$@"
|
||||
cd $oopath && exec ./$program "$@"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user