diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-12-22 15:31:14 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-12-22 15:31:14 +0000 |
commit | 14aa3719ef02a1564534296c7363d303397da4c6 (patch) | |
tree | 39a8b359e39304b2d696c81c1cd7b95506c56510 /lang/erlang14/files/patch-aj | |
parent | Upgrade to version 2.40. (diff) |
Upgrade to version r10b2.
Notes
Notes:
svn path=/head/; revision=124830
Diffstat (limited to 'lang/erlang14/files/patch-aj')
-rw-r--r-- | lang/erlang14/files/patch-aj | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/lang/erlang14/files/patch-aj b/lang/erlang14/files/patch-aj index 6b8104ce7904..c3b2f87f73c6 100644 --- a/lang/erlang14/files/patch-aj +++ b/lang/erlang14/files/patch-aj @@ -1,19 +1,9 @@ $FreeBSD$ ---- erts/etc/unix/Install.src.orig Wed Mar 5 17:20:07 2003 -+++ erts/etc/unix/Install.src Wed Mar 5 17:21:04 2003 -@@ -119,7 +119,8 @@ - sed -e "s;%EMU%;%EMULATOR%%EMULATOR_NUMBER%;" $ERL_ROOT/erts-%I_VSN%/bin/start_erl.src > start_erl - chmod 755 start_erl - --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) -@@ -193,4 +194,4 @@ +--- erts/etc/unix/Install.src.orig Thu Oct 7 15:45:43 2004 ++++ erts/etc/unix/Install.src Thu Oct 7 15:45:59 2004 +@@ -157,4 +157,4 @@ ./misc/format_man_pages $ERL_ROOT fi |