Changeset f81d8bd


Ignore:
Timestamp:
12/20/2021 09:30:18 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
abadee3
Parents:
141d072
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r141d072 rf81d8bd  
    141141
    142142# Generates the scripts for the blfs tools dependencies (in ./scripts)
    143 yes "yes" | $BUILDDIR$BLFS_ROOT/gen_pkg_book.sh  $BUILDDIR$BLFS_ROOT
     143yes "yes" | $BUILDDIR$BLFS_ROOT/gen_pkg_book.sh        \
     144                    $BUILDDIR$TRACKING_DIR/instpkg.xml \
     145                    $BUILDDIR$BLFS_ROOT
    144146
    145147# Move the scriptlets where they should be
Note: See TracChangeset for help on using the changeset viewer.