2ee1666
diff -up otp_src_R13B02/erts/etc/unix/Install.src.install otp_src_R13B02/erts/etc/unix/Install.src
2ee1666
--- otp_src_R13B02/erts/etc/unix/Install.src.install	2009-09-18 16:07:12.000000000 +0200
2ee1666
+++ otp_src_R13B02/erts/etc/unix/Install.src	2009-10-22 15:49:01.000000000 +0200
2ee1666
@@ -111,7 +111,7 @@ if [ -h epmd ]; then
8d9a918
   /bin/rm -f epmd
8d9a918
 fi
8d9a918
 
2ee1666
-ln -s $TARGET_ERL_ROOT/erts-%I_VSN%/bin/epmd epmd
8d9a918
+ln -s ../erts-%I_VSN%/bin/epmd epmd
8d9a918
 
8d9a918
 cp -p $ERL_ROOT/erts-%I_VSN%/bin/run_erl .
8d9a918
 cp -p $ERL_ROOT/erts-%I_VSN%/bin/to_erl .
2ee1666
@@ -160,16 +160,4 @@ if [ "X$TARGET" != "Xsunos5" -a -d $ERL_
8d9a918
 	(ranlib $library) > /dev/null 2>&1
8d9a918
     done
8d9a918
 fi
8d9a918
-
8d9a918
-
8d9a918
-#
8d9a918
-# Fixing the man pages
8d9a918
-#
8d9a918
-
8d9a918
-if [ -d $ERL_ROOT/man ]
8d9a918
-then
8d9a918
-    cd $ERL_ROOT
8d9a918
-    ./misc/format_man_pages $ERL_ROOT
8d9a918
-fi
8d9a918
-
8d9a918
-
8d9a918
+exit 0