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.
This commit is contained in:
parent
ff5c301860
commit
b734bfb4c6
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ set -e
|
|||
|
||||
TRACKFILE=$1
|
||||
if test -z "$TRACKFILE"; then
|
||||
TRACKFILE=/var/lib/jhalfs/BLFS/instpkg.xml
|
||||
TRACKFILE=tracking-dir/instpkg.xml
|
||||
fi
|
||||
TOPDIR=$2
|
||||
if test -z "$TOPDIR"; then
|
||||
|
|
|
@ -21,7 +21,7 @@ fi
|
|||
|
||||
# Set some harcoded envars to their proper values
|
||||
sed -i s@tracking-dir@$TRACKING_DIR@ \
|
||||
${BUILDDIR}${BLFS_ROOT}/{Makefile,gen-makefile.sh}
|
||||
${BUILDDIR}${BLFS_ROOT}/{Makefile,gen-makefile.sh,gen_pkg_book.sh}
|
||||
sed -i s@trunk/BOOK@$BLFS_TREE@ \
|
||||
${BUILDDIR}${BLFS_ROOT}/Makefile
|
||||
|
||||
|
|
|
@ -166,7 +166,7 @@ rm -rf ${BUILDDIR}${BLFS_ROOT}/$LFS_XML
|
|||
|
||||
# Set some harcoded envars to their proper values
|
||||
sed -i s@tracking-dir@$TRACKING_DIR@ \
|
||||
${BUILDDIR}${BLFS_ROOT}/{Makefile,gen-makefile.sh}
|
||||
${BUILDDIR}${BLFS_ROOT}/{Makefile,gen-makefile.sh,gen_pkg_book.sh}
|
||||
|
||||
# Ensures the tracking directory exists.
|
||||
# Throws an error if it does not exist and the user does not
|
||||
|
|
Reference in a new issue