summaryrefslogtreecommitdiffstats
path: root/otp-install.patch
diff options
context:
space:
mode:
authorPeter Lemenkov <peter@fedoraproject.org>2010-04-19 11:04:24 +0000
committerPeter Lemenkov <peter@fedoraproject.org>2010-04-19 11:04:24 +0000
commit09a92932b38e3c36a9251d475e1b0b27ba019d42 (patch)
tree34d9ca9d8ba4cdc5d8e93ef008d34a15df74a4b7 /otp-install.patch
parent5f00defb350a2ff00f5d48e249df7f88eecf631a (diff)
downloaderlang-09a92932b38e3c36a9251d475e1b0b27ba019d42.tar.gz
erlang-09a92932b38e3c36a9251d475e1b0b27ba019d42.tar.xz
erlang-09a92932b38e3c36a9251d475e1b0b27ba019d42.zip
Backported fix for overflow in PCRE and several minor fixes
Diffstat (limited to 'otp-install.patch')
-rw-r--r--otp-install.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/otp-install.patch b/otp-install.patch
deleted file mode 100644
index 68066c7..0000000
--- a/otp-install.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- otp_src_R9C-0/erts/etc/unix/Install.src.install 2003-10-17 12:52:14.000000000 +0200
-+++ otp_src_R9C-0/erts/etc/unix/Install.src 2003-10-17 14:26:49.000000000 +0200
-@@ -84,7 +84,7 @@
- /bin/rm -f epmd
- fi
-
--ln -s $ERL_ROOT/erts-%I_VSN%/bin/epmd epmd
-+ln -s ../erts-%I_VSN%/bin/epmd epmd
-
- cp -p $ERL_ROOT/erts-%I_VSN%/bin/run_erl .
- cp -p $ERL_ROOT/erts-%I_VSN%/bin/to_erl .
-@@ -145,16 +145,4 @@
- (ranlib $library) > /dev/null 2>&1
- done
- fi
--
--
--#
--# Fixing the man pages
--#
--
--if [ -d $ERL_ROOT/man ]
--then
-- cd $ERL_ROOT
-- ./misc/format_man_pages $ERL_ROOT
--fi
--
--
-+exit 0