diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index bcb275177..9468dda43 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -327,7 +327,7 @@ 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/limits.h ] || mv $DIR/include{-fixed,}/limits.h [ -e $DIR/include/syslimits.h ] || mv $DIR/include{-fixed,}/syslimits.h rm -rfv $DIR/include-fixed/* unset DIR