From 480295cc25fac51dea361ff47171a5a9d014389a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 20 Dec 2006 11:12:56 +0000 Subject: [PATCH] CLFS: *util-linux is not an otphan_script. --- CLFS/master.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CLFS/master.sh b/CLFS/master.sh index ade0520..b5c3140 100644 --- a/CLFS/master.sh +++ b/CLFS/master.sh @@ -113,7 +113,7 @@ cross_tools_Makefiles() { # name=`echo $this_script | sed -e 's@[0-9]\{3\}-@@' \ -e 's@-static@@' \ -e 's@-final@@' \ - -e 's@-64@@' \ + -e 's@-64@@' \ -e 's@-n32@@'` pkg_tarball=$(get_package_tarball_name $name) @@ -223,7 +223,6 @@ chroot_Makefiles() { # # First append each name of the script files to a list (this will become # the names of the targets in the Makefile case "${this_script}" in - *util-linux) orphan_scripts="${orphan_scripts} ${this_script}" ;; *kernfs) orphan_scripts="${orphan_scripts} ${this_script}" ;; *) chroottools="$chroottools $this_script" ;; esac @@ -243,8 +242,8 @@ chroot_Makefiles() { # LUSER_wrt_RunAsUser "${file}" LUSER_RemoveBuildDirs "${name}" wrt_touch - temptools="$temptools $this_script" - continue ;; + temptools="$temptools $this_script" + continue ;; esac