[jhalfs] branch trunk updated: func_install_blfs: gen_pkg_book needs the tracking file

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

git pushed a commit to branch trunk
in repository jhalfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new f81d8bd  func_install_blfs: gen_pkg_book needs the tracking file
f81d8bd is described below

commit f81d8bdb6f83a522dcd7196015f14ced5c83bda5
Author: Pierre Labastie <[email protected]>
AuthorDate: Mon Dec 20 10:30:18 2021 +0100

    func_install_blfs: gen_pkg_book needs the tracking file
    
    The tracking file is needed for gen_pkg_book.sh as a first argument.
    Since it is called to generate the initial scriptlets, it needs
    to be passed the full path of the tracking file, including
    $BUILD_DIR. The $TOPDIR is now the second argument (and still
    needs to be passed too).
---
 common/libs/func_install_blfs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/common/libs/func_install_blfs b/common/libs/func_install_blfs
index 5953c14..20761d9 100644
--- a/common/libs/func_install_blfs
+++ b/common/libs/func_install_blfs
@@ -140,7 +140,9 @@ for OPT_VAR in CFLAGS CXXFLAGS LDFLAGS; do
 done
 
 # Generates the scripts for the blfs tools dependencies (in ./scripts)
-yes "yes" | $BUILDDIR$BLFS_ROOT/gen_pkg_book.sh  $BUILDDIR$BLFS_ROOT
+yes "yes" | $BUILDDIR$BLFS_ROOT/gen_pkg_book.sh        \
+                    $BUILDDIR$TRACKING_DIR/instpkg.xml \
+                    $BUILDDIR$BLFS_ROOT
 
 # Move the scriptlets where they should be
 sudo rm -rf $BUILDDIR$BLFS_ROOT/scripts

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

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
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.