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

git Owner ([email protected] via lfs-book Mailing List) <[email protected]> Sun, 26 Jul 2026 15:24:40 +0000
Newsgroups gmane.linux.lfs.book
Message-ID <178507948084.525590.13161227108807213507@rivendell.linuxfromscratch.org>
This is a multi-part message in MIME format...

------------=_1785079483-1024790-5989
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

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 1c2eb20b2 sqlite: simplify doc installation
1c2eb20b2 is described below

commit 1c2eb20b24b7131dd6f08b6e2eb70f740f3d1054
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sun Jul 26 22:41:16 2026 +0800

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

diff --git a/chapter08/sqlite.xml b/chapter08/sqlite.xml
index 683f80bfe..0ccf69d06 100644
--- a/chapter08/sqlite.xml
+++ b/chapter08/sqlite.xml
@@ -97,8 +97,7 @@
 
     <para>If desired, install the documentation:</para>
 
-<screen><userinput remap="install">install -v -m755 -d /usr/share/doc/sqlite-&sqlite-short-version;
-cp -v -R sqlite-doc-&sqlite-doc-version;/* /usr/share/doc/sqlite-&sqlite-short-version;</userinput></screen>
+<screen><userinput remap="install">cp -v -R sqlite-doc-&sqlite-doc-version; -T /usr/share/doc/sqlite-&sqlite-short-version;</userinput></screen>
 
   </sect2>
 

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

------------=_1785079483-1024790-5989
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page

------------=_1785079483-1024790-5989--