aboutsummaryrefslogtreecommitdiff
path: root/lang/mozart/scripts/post-install
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-07-10 03:37:42 +0000
committerSteve Price <steve@FreeBSD.org>2000-07-10 03:37:42 +0000
commitd7377ebf7258e9ae5d53165a9e1fd3860233db3f (patch)
tree66484252a4df57a0130ab26e9fb04d7d91939e28 /lang/mozart/scripts/post-install
parentd01fd14467a28b9fab75afe126fcc635e15b7491 (diff)
Notes
Diffstat (limited to 'lang/mozart/scripts/post-install')
-rw-r--r--lang/mozart/scripts/post-install6
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
+