summaryrefslogtreecommitdiffstats
path: root/otp-install.patch
diff options
context:
space:
mode:
authorPeter Lemenkov <peter@fedoraproject.org>2010-03-17 14:56:46 +0000
committerPeter Lemenkov <peter@fedoraproject.org>2010-03-17 14:56:46 +0000
commit4de816847263280723a9099b72762a37663bb480 (patch)
treea862caa1fef187368e2b85f81a60505d2db63c7b /otp-install.patch
parent754cbdf6d6c1a1a26b0143b9de046f97443a80f7 (diff)
downloaderlang-4de816847263280723a9099b72762a37663bb480.tar.gz
erlang-4de816847263280723a9099b72762a37663bb480.tar.xz
erlang-4de816847263280723a9099b72762a37663bb480.zip
Ver. R13B-04
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