summaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'lang/erlang14/files/patch-aj')
-rw-r--r--lang/erlang14/files/patch-aj18
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 2efd40c6460c..000000000000
--- a/lang/erlang14/files/patch-aj
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./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