diff options
Diffstat (limited to 'lang/erlang14/files/patch-aj')
-rw-r--r-- | lang/erlang14/files/patch-aj | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/erlang14/files/patch-aj b/lang/erlang14/files/patch-aj deleted file mode 100644 index c737dadeb146..000000000000 --- a/lang/erlang14/files/patch-aj +++ /dev/null @@ -1,18 +0,0 @@ ---- 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 - --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 |