From f7d0d2e9166dde99046af02ee4ab6d9ea169ea84 Mon Sep 17 00:00:00 2001 From: Paul Louvel Date: Thu, 5 Feb 2026 17:19:47 +0100 Subject: [PATCH] Removed one '../' on ipcalc meson command Signed-off-by: Paul Louvel --- labs/sysdev-thirdparty/sysdev-thirdparty.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex index 460030fa0b..5628ec7274 100644 --- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex +++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex @@ -1067,7 +1067,7 @@ \section{ipcalc} We can now have \code{meson} create the Ninja build files for us: \begin{bashinput} -$ meson --cross-file ../../cross-file.txt --prefix /usr .. +$ meson --cross-file ../cross-file.txt --prefix /usr .. \end{bashinput} We are now ready to build {\em ipcalc}: