mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Make mpfr cp command verbose
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
33d024b0ce
commit
6010eb645b
@ -66,7 +66,7 @@
|
||||
|
||||
<screen><userinput remap="install">make html
|
||||
mkdir -p /usr/share/doc/mpfr-&mpfr-version;
|
||||
find . -name \*.html -type f -exec cp \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
|
||||
find . -name \*.html -type f -exec cp -v \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user