[lfs] branch trunk updated: sed: simplify doc installation

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <177739487203.23608.15239904104148816028@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 6c95bc6ea sed: simplify doc installation
6c95bc6ea is described below

commit 6c95bc6ea4f52f0bc8eceea3a6caae3243ec611e
Author: Xi Ruoyao <[email protected]>
AuthorDate: Wed Apr 29 00:47:37 2026 +0800

    sed: simplify doc installation
---
 chapter08/sed.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/chapter08/sed.xml b/chapter08/sed.xml
index 75d015600..cf2e7c9d2 100644
--- a/chapter08/sed.xml
+++ b/chapter08/sed.xml
@@ -57,8 +57,7 @@ su tester -c "PATH=$PATH make check"</userinput></screen>
     <para>Install the package and its documentation:</para>
 
 <screen><userinput remap="install">make install
-install -d -m755           /usr/share/doc/sed-&sed-version;
-install -m644 doc/sed.html /usr/share/doc/sed-&sed-version;</userinput></screen>
+install -vDm644 doc/sed.html -t /usr/share/doc/sed-&sed-version;</userinput></screen>
 
   </sect2>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.