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-aj21
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/erlang14/files/patch-aj b/lang/erlang14/files/patch-aj
deleted file mode 100644
index 6b8104ce7904..000000000000
--- a/lang/erlang14/files/patch-aj
+++ /dev/null
@@ -1,21 +0,0 @@
-
-$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 @@
- ./misc/format_man_pages $ERL_ROOT
- fi
-
--
-+exit 0