Fixes addition of "pass1" util-linux in new version of CLFS.

Thanks to William Harrington for the patch.
This commit is contained in:
Pierre Labastie 2014-11-04 12:57:31 +00:00
parent 2af991dc0b
commit 82808d1b14
2 changed files with 3 additions and 2 deletions

View file

@ -148,7 +148,8 @@ cross_tools_Makefiles() { #
-e 's@-static@@' \
-e 's@-final@@' \
-e 's@-64@@' \
-e 's@-n32@@'`
-e 's@-n32@@' \
-e 's@-pass1@@'`
pkg_tarball=$(get_package_tarball_name $name)
#--------------------------------------------------------------------#

View file

@ -98,7 +98,7 @@ get_package_tarball_name() { #
;;
libcap) echo $(grep "^libcap" $JHALFSDIR/pkg_tarball_list | head -n1 )
;;
util-linux-libs) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 )
util-linux-libs | util-linux-pass1) echo $(grep "^util-linux" $JHALFSDIR/pkg_tarball_list | head -n1 )
;;
xz-utils) echo $(grep "^xz" $JHALFSDIR/pkg_tarball_list | head -n1 )
;;