diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-10-16 07:25:40 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-10-16 07:25:40 +0000 |
commit | fc727c05fc02d68ccb0c227ea983f24476890dae (patch) | |
tree | bc2b3ffab653d81414f111d4755fb6dac1ded1b1 /editors/openoffice.org-2 | |
parent | 7a9da5920b6d9c641d9ee41c5a3ed89919eca79c (diff) |
Add python postinstall script.
Notes
Notes:
svn path=/head/; revision=145532
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index bc3dd0bad1a7..56651100a5fb 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -199,6 +199,11 @@ post-install: @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-simpress @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-spadmin @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-swriter +# python post-install script start +# consult instsetoo_native/inc_openoffice/unix/shellscripts_pyuno.txt + @cd ${PREFIX}/${INSTALLATION_BASEDIR}/program ; ${LN} -s python-core-2.3.4 ${PREFIX}/${INSTALLATION_BASEDIR}/program/python-core; ${LN} -s python.sh ${PREFIX}/${INSTALLATION_BASEDIR}/program/python + ${CHMOD} +x ${PREFIX}/${INSTALLATION_BASEDIR}/program/python-core-2.3.4/bin/python +# python post-install script end @${PRINTF} "bin/openoffice.org\n" > ${TMPPLIST} @cd ${PREFIX} ; ${FIND} -s bin -type f | ${GREP} ${EXECBASE} >> ${TMPPLIST} @cd ${PREFIX} ; ${FIND} -s bin -type l | ${GREP} ${EXECBASE} >> ${TMPPLIST} |