diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/e2fsprogs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/e2fsprogs.xml b/chapter05/e2fsprogs.xml index 5211ca666..38919deb7 100644 --- a/chapter05/e2fsprogs.xml +++ b/chapter05/e2fsprogs.xml @@ -63,7 +63,8 @@ cd build</userinput></screen> <para>Make the installed static libraries writable so debugging symbols can be removed later.</para> -<screen><userinput remap="install">chmod -v u+w /tools/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen> +<screen><userinput remap="install">chmod -v u+w \ + /tools/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen> </sect2> |