diff --git a/doc/060-Final_System-GCC b/doc/060-Final_System-GCC index b22f524..b4ab4d3 100644 --- a/doc/060-Final_System-GCC +++ b/doc/060-Final_System-GCC @@ -102,15 +102,15 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" make install # Build useful utilities -cc -fpie ../../files/gcc/getent.c -o getent -cc -fpie ../../files/gcc/getconf.c -o getconf -cc -fpie ../../files/gcc/iconv.c -o iconv +cc -fpie ../../files/musl/getent.c -o getent +cc -fpie ../../files/musl/getconf.c -o getconf +cc -fpie ../../files/musl/iconv.c -o iconv cp -v getent /usr/bin/ cp -v getconf /usr/bin/ cp -v iconv /usr/bin/ -cp -v ../../files/gcc/getent.1 /usr/share/man/man1/ -cp -v ../../files/gcc/getconf.1 /usr/share/man/man1/ +cp -v ../../files/musl/getent.1 /usr/share/man/man1/ +cp -v ../../files/musl/getconf.1 /usr/share/man/man1/ # Create a symlink required by the FHS for "historical" reasons ln -sv ../usr/bin/cpp /lib