diff options
Diffstat (limited to 'lang/erlang14/files/patch-aj')
-rw-r--r-- | lang/erlang14/files/patch-aj | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lang/erlang14/files/patch-aj b/lang/erlang14/files/patch-aj index c737dad..6b8104c 100644 --- a/lang/erlang14/files/patch-aj +++ b/lang/erlang14/files/patch-aj @@ -1,8 +1,11 @@ ---- erts/etc/unix/Install.src.orig Tue Oct 15 13:40:55 2002 -+++ erts/etc/unix/Install.src Sat Nov 2 15:43:51 2002 -@@ -97,7 +97,8 @@ - chmod 755 start_erl - fi + +$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* @@ -10,7 +13,7 @@ then (cd $ERL_ROOT/releases echo %I_VSN% %I_SYSTEM_VSN% > start_erl.data) -@@ -171,4 +172,4 @@ +@@ -193,4 +194,4 @@ ./misc/format_man_pages $ERL_ROOT fi |