[FE training-materials-updates] fix the incorrect 1.2.3 symlink for zlib

gregory.clement at free-electrons.com gregory.clement at free-electrons.com
Thu Jul 5 13:57:51 CEST 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=90a68474847ca5e2276447817004eaa85edd618f

commit 90a68474847ca5e2276447817004eaa85edd618f
Author: Gregory Clement <gregory.clement at free-electrons.com>
Date:   Wed Jul 4 17:50:13 2012 +0200

    fix the incorrect 1.2.3 symlink for zlib

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index 55fc0dd..c07b5d2 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -199,8 +199,8 @@ arm-linux-gcc -shared -Wl,-soname,libz.so.1 -o libz.so.1.2.5 \
 And creates symbolic links \code{libz.so} and \code{libz.so.1}:
 
 \begin{verbatim}
-ln -s libz.so.1.2.3 libz.so
-ln -s libz.so.1.2.3 libz.so.1
+ln -s libz.so.1.2.5 libz.so
+ln -s libz.so.1.2.5 libz.so.1
 \end{verbatim}
 
 These symlinks are needed for two different reasons:

-----------------------------------------------------------------------

Summary of changes:
 labs/sysdev-thirdparty/sysdev-thirdparty.tex |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


More information about the training-materials-updates mailing list