Trying to fix all sorting issues due user locale settings.

This commit is contained in:
Manuel Canales Esparcia 2007-08-08 17:02:04 +00:00
parent 823f608161
commit 63a051ca22
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@
# $Id$ # $Id$
LANG=C
LC_ALL=C
TOPDIR=$(shell pwd) TOPDIR=$(shell pwd)
CONFIG_CONFIG_IN = Config.in CONFIG_CONFIG_IN = Config.in
CONFIG = menu CONFIG = menu

View file

@ -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 ..."
LC_ALL=C && generate_packages generate_packages
echo "done." echo "done."
echo -en "\tGenerating alsa dependencies list ..." echo -en "\tGenerating alsa dependencies list ..."