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
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id:$
|
||||||
#
|
#
|
||||||
|
|
||||||
export outFile=Config.in # file for reading and writing to.
|
export outFile=Config.in # file for reading and writing to.
|
||||||
|
@ -96,7 +96,7 @@ EOF
|
||||||
[[ "${SET_COMMENT}" = "y" ]] && echo "comment \"\"" >>$outFile; unset SET_COMMENT
|
[[ "${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
|
# 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
|
case ${PKG_NAME} in
|
||||||
alsa-* | \
|
alsa-* | \
|
||||||
xorg7-* | \
|
xorg7-* | \
|
||||||
|
|
|
@ -74,7 +74,7 @@ inline_doc
|
||||||
|
|
||||||
if [ "${DOC_MODE}" = "none" ] ; then
|
if [ "${DOC_MODE}" = "none" ] ; then
|
||||||
echo -en "\n\tGenerating packages database file ..."
|
echo -en "\n\tGenerating packages database file ..."
|
||||||
generate_packages
|
LC_ALL=C && generate_packages
|
||||||
echo "done."
|
echo "done."
|
||||||
|
|
||||||
echo -en "\tGenerating alsa dependencies list ..."
|
echo -en "\tGenerating alsa dependencies list ..."
|
||||||
|
|
Reference in a new issue