[jhalfs] 02/04: install-blfs: copy CHEATSHEET.BLFS to /blfs_root

"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Thu, 25 Dec 2025 10:13:34 +0000
Newsgroups gmane.linux.lfs.automated
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1766657623-9771-52174
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 jhalfs.

commit f65f6f11292d031df450d9247e453dab6e993485
Author: Pierre Labastie <[email protected]>
AuthorDate: Thu Dec 25 10:54:19 2025 +0100

    install-blfs: copy CHEATSHEET.BLFS to /blfs_root
---
 common/libs/func_install_blfs | 2 +-
 install-blfs-tools.sh         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/libs/func_install_blfs b/common/libs/func_install_blfs
index e9c27f0..be615a7 100644
--- a/common/libs/func_install_blfs
+++ b/common/libs/func_install_blfs
@@ -12,7 +12,7 @@ set -e
 cp -r BLFS/* ${BUILDDIR}${BLFS_ROOT}
 cp -r menu ${BUILDDIR}${BLFS_ROOT}
 cp $COMMON_DIR/progress_bar.sh ${BUILDDIR}${BLFS_ROOT}
-cp README.BLFS ${BUILDDIR}${BLFS_ROOT}
+cp README.BLFS CHEATSHEET.BLFS ${BUILDDIR}${BLFS_ROOT}
 if [ "$WRAP_INSTALL" = y ]; then
   sed -e 's/PKGDIR/JH_UNPACKDIR/' \
       -e 's/PKG_DEST/JH_PKG_DIR/' \
diff --git a/install-blfs-tools.sh b/install-blfs-tools.sh
index e557d07..4250e39 100755
--- a/install-blfs-tools.sh
+++ b/install-blfs-tools.sh
@@ -137,7 +137,7 @@ rm -rf ${BUILDDIR}${BLFS_ROOT}/*
 cp -r BLFS/* ${BUILDDIR}${BLFS_ROOT}
 cp -r menu ${BUILDDIR}${BLFS_ROOT}
 cp $COMMON_DIR/progress_bar.sh ${BUILDDIR}${BLFS_ROOT}
-cp README.BLFS ${BUILDDIR}${BLFS_ROOT}
+cp README.BLFS CHEATSHEET.BLFS ${BUILDDIR}${BLFS_ROOT}
 [[ $VERBOSITY > 0 ]] && echo "... OK"
 
 # Clean-up

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

------------=_1766657623-9771-52174
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page
------------=_1766657623-9771-52174--