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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.