BLFS: Be sure that packages file is properly sorted.
This commit is contained in:
parent
7889308563
commit
28087b7461
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# $Id$
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
export outFile=Config.in # file for reading and writing to.
|
||||
|
@ -96,7 +96,7 @@ EOF
|
|||
[[ "${SET_COMMENT}" = "y" ]] && echo "comment \"\"" >>$outFile; unset SET_COMMENT
|
||||
|
||||
# Deal with targets that are part of a meta-package but that are in the same
|
||||
# directory that non meta-packages targets
|
||||
# directory that non meta-package targets
|
||||
case ${PKG_NAME} in
|
||||
alsa-* | \
|
||||
xorg7-* | \
|
||||
|
|
|
@ -74,7 +74,7 @@ inline_doc
|
|||
|
||||
if [ "${DOC_MODE}" = "none" ] ; then
|
||||
echo -en "\n\tGenerating packages database file ..."
|
||||
generate_packages
|
||||
LC_ALL=C && generate_packages
|
||||
echo "done."
|
||||
|
||||
echo -en "\tGenerating alsa dependencies list ..."
|
||||
|
|
Reference in a new issue