From 2ac2fc50b97e19dedd8419d0a92b9e524cf7e189 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 1 May 2021 09:23:14 +0200 Subject: [PATCH] BLFS: call make with proper arguments Uses *-BRANCH variables when running make --- common/libs/func_install_blfs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/libs/func_install_blfs b/common/libs/func_install_blfs index 279b35d..991b96d 100644 --- a/common/libs/func_install_blfs +++ b/common/libs/func_install_blfs @@ -52,8 +52,10 @@ sudo make -j1 -C $BUILDDIR$BLFS_ROOT \ TRACKING_DIR=$BUILDDIR$TRACKING_DIR \ LFS_XML=$BUILDDIR$BLFS_ROOT/$LFS_XML \ LFS-GIT=$GIT/lfs.git \ + LFS-BRANCH=${LFS_TREE} \ BLFS_XML=$BUILDDIR$BLFS_ROOT/$BLFS_XML \ GIT=$GIT/blfs.git \ + BLFS-BRANCH=${BLFS_TREE} \ $BUILDDIR$BLFS_ROOT/packages.xml # But then $BUILDDIR/var/lib/ is owned by root if just created, which