From 414df8a81a5b87611e09059f5cf7160f93bd795a Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Sat, 31 May 2025 07:43:26 +0200 Subject: [PATCH] . --- chapter08/glibc.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 53aa84c90..621481cf6 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -329,7 +329,8 @@ install -vm755 dest/usr/lib/*.so.* /usr/lib DIR=$(dirname $(gcc -print-libgcc-file-name)) [ -e $DIR/include/limits.h ] || mv $DIR/include{-fixed,}/limits.h [ -e $DIR/include/syslimits.h ] || mv $DIR/include{-fixed,}/syslimits.h -rm -rfv $(dirname $(gcc -print-libgcc-file-name))/include-fixed/* +rm -rfv $DIR/include-fixed/* +unset DIR Install the package: