diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 03:37:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 03:37:42 +0000 |
commit | d7377ebf7258e9ae5d53165a9e1fd3860233db3f (patch) | |
tree | 66484252a4df57a0130ab26e9fb04d7d91939e28 /lang/mozart/scripts/post-install | |
parent | d01fd14467a28b9fab75afe126fcc635e15b7491 (diff) |
Notes
Diffstat (limited to 'lang/mozart/scripts/post-install')
-rw-r--r-- | lang/mozart/scripts/post-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/mozart/scripts/post-install b/lang/mozart/scripts/post-install new file mode 100644 index 000000000000..2a5505874514 --- /dev/null +++ b/lang/mozart/scripts/post-install @@ -0,0 +1,6 @@ +#!/bin/sh + +${PERL} -p -i -e"s:# OZHOME=.*:OZHOME=${PREFIX}/lib/oz:" ${PREFIX}/lib/oz/bin/oz + +${LN} -sf ${PREFIX}/lib/oz/bin/* ${PREFIX}/bin + |