summaryrefslogtreecommitdiff
path: root/lang/erlang/files/patch-aj
diff options
context:
space:
mode:
authorPierre Beyssac <pb@FreeBSD.org>2001-01-23 20:50:38 +0000
committerPierre Beyssac <pb@FreeBSD.org>2001-01-23 20:50:38 +0000
commit2921f400fbb97d02bdddd6d6fd00493d9b98a775 (patch)
treed1d56d1301f94d4c73cfc46ef6cc69fe6f632c71 /lang/erlang/files/patch-aj
parento change master site. (diff)
Update port to erlang 7.1.0.
Change maintainer (agreed to by previous maintainer). PR: ports/24456 Submitted by: sam@inf.enst.fr
Diffstat (limited to 'lang/erlang/files/patch-aj')
-rw-r--r--lang/erlang/files/patch-aj18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/erlang/files/patch-aj b/lang/erlang/files/patch-aj
new file mode 100644
index 000000000000..2efd40c6460c
--- /dev/null
+++ b/lang/erlang/files/patch-aj
@@ -0,0 +1,18 @@
+--- ./erts/etc/unix/Install.src.orig Wed Jan 17 17:18:57 2001
++++ ./erts/etc/unix/Install.src Wed Jan 17 17:35:40 2001
+@@ -97,7 +97,8 @@
+ chmod 755 start_erl
+ fi
+
+-if [ -d $ERL_ROOT/lib/sasl* ]
++set $ERL_ROOT/lib/sasl*
++if [ -d $1 ]
+ then
+ (cd $ERL_ROOT/releases
+ echo %I_VSN% %I_SYSTEM_VSN% > start_erl.data)
+@@ -171,4 +172,4 @@
+ ./misc/format_man_pages $ERL_ROOT
+ fi
+
+-
++exit 0