[blfs] 01/02: building-notes: use zcat instead of gzip -cd
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit 8f2d06214f2fce533e48f52ced7ab92ee04ca316 Author: Xi Ruoyao <[email protected]> AuthorDate: Fri Apr 10 16:06:56 2026 +0800 building-notes: use zcat instead of gzip -cd The libpng instruction already uses the shorter zcat. And it also looks more consistent with "bzcat" below. --- introduction/important/building-notes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction/important/building-notes.xml b/introduction/important/building-notes.xml index 91181f304b..9ee536cf36 100644 --- a/introduction/important/building-notes.xml +++ b/introduction/important/building-notes.xml @@ -82,7 +82,7 @@ tar -xvf filename.tar.bz2</userinput></screen> decompressor to the <command>patch</command> utility. For example: </para> - <screen><userinput>gzip -cd ../patchname.patch.gz | patch -p1</userinput></screen> + <screen><userinput>zcat ../patchname.patch.gz | patch -p1</userinput></screen> <para> Or for a patch compressed with <command>bzip2</command>: -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page