Changeset b734bfb


Ignore:
Timestamp:
12/19/2021 04:30:10 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
bbabe74
Parents:
ff5c301
git-author:
Pierre Labastie <pierre.labastie@…> (12/19/2021 01:24:04 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/19/2021 04:30:10 PM)
Message:

install_blfs: update trackdir also in gen_pkg_book.sh

Now gen_pkf_book.sh depends on trackfile. This can be passed
as an argument, but to ease calling it standalone, we need to
set the default to the actual file used.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_pkg_book.sh

    rff5c301 rb734bfb  
    77TRACKFILE=$1
    88if test -z "$TRACKFILE"; then
    9   TRACKFILE=/var/lib/jhalfs/BLFS/instpkg.xml
     9  TRACKFILE=tracking-dir/instpkg.xml
    1010fi
    1111TOPDIR=$2
  • common/libs/func_install_blfs

    rff5c301 rb734bfb  
    2222# Set some harcoded envars to their proper values
    2323sed -i s@tracking-dir@$TRACKING_DIR@ \
    24     ${BUILDDIR}${BLFS_ROOT}/{Makefile,gen-makefile.sh}
     24    ${BUILDDIR}${BLFS_ROOT}/{Makefile,gen-makefile.sh,gen_pkg_book.sh}
    2525sed -i s@trunk/BOOK@$BLFS_TREE@ \
    2626    ${BUILDDIR}${BLFS_ROOT}/Makefile
  • install-blfs-tools.sh

    rff5c301 rb734bfb  
    167167# Set some harcoded envars to their proper values
    168168sed -i s@tracking-dir@$TRACKING_DIR@ \
    169     ${BUILDDIR}${BLFS_ROOT}/{Makefile,gen-makefile.sh}
     169    ${BUILDDIR}${BLFS_ROOT}/{Makefile,gen-makefile.sh,gen_pkg_book.sh}
    170170
    171171# Ensures the tracking directory exists.
Note: See TracChangeset for help on using the changeset viewer.