[FE training-materials-updates] thirdparty: Fix installation pathes

Maxime Ripard maxime.ripard at free-electrons.com
Fri Aug 29 11:30:15 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=41368005f83e16088d9e84208a17dded0709bf9c

>---------------------------------------------------------------

commit 41368005f83e16088d9e84208a17dded0709bf9c
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Fri Aug 29 11:29:46 2014 +0200

    thirdparty: Fix installation pathes
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

41368005f83e16088d9e84208a17dded0709bf9c
 labs/sysdev-thirdparty/sysdev-thirdparty.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index 06bc7e5..c1fd934 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -335,11 +335,11 @@ Finally, let's install the library in the {\em target} space:
   since \code{libasound.so.2} is the {\em SONAME} of the library and
   \code{libasound.so.2.0.0} is the real binary:
   \begin{itemize}
-  \item \code{cp -a src/.libs/libasound.so.2* ../target/usr/lib}
+  \item \code{cp -a staging/usr/lib/libasound.so.2* target/usr/lib}
   \end{itemize}
 \item Strip the library:
   \begin{itemize}
-  \item \code{arm-linux-strip ../target/usr/lib/libasound.so.2.0.0}
+  \item \code{arm-linux-strip target/usr/lib/libasound.so.2.0.0}
   \end{itemize}
 \end{enumerate}
 



More information about the training-materials-updates mailing list