From 6bf37707cebf28fdd6b514c3d4e7c02d6209203a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 26 Sep 2007 17:58:54 +0000 Subject: [PATCH] INSTALL_LOG need PKG_PHASE. --- LFS/master.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LFS/master.sh b/LFS/master.sh index 7cb64f9..9d10ff4 100644 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -161,8 +161,8 @@ chapter6_Makefiles() { *linux-headers*) [[ -n "$N" ]] && continue ;; esac - # Grab the name of the package, if any. - name=`grep "^PACKAGE=" ${file} | sed -e 's@PACKAGE=@@'` + # If building a package, grab the phase name to be used with INSTALL_LOG + name=`grep "^PKG_PHASE=" ${file} | sed -e 's@PKG_PHASE=@@'` # Skip scripts not needed for iterations rebuilds if [[ "$name" = "" ]] && [[ -n "$N" ]] ; then