diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-13 09:18:50 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-13 09:18:50 -0500 |
commit | d0204e44b8190db2882c4bf0d511ab45519abb4f (patch) | |
tree | 925154534b3dc4697dc1ebd45a872a105e9901b2 | |
parent | 89250241d47f55c276f553ed45da35d4374222d0 (diff) |
Typo
-rw-r--r-- | chapter08/stripping.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/stripping.xml b/chapter08/stripping.xml index 853ea8848..6841cd830 100644 --- a/chapter08/stripping.xml +++ b/chapter08/stripping.xml @@ -47,7 +47,7 @@ <!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC --> <!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"--> - <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld_linux*) + <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*) libc.so.6 libthread_db.so.1 libquadmath.so.&libquadmath-version; |