Trying to fix all sorting issues due user locale settings.
This commit is contained in:
parent
823f608161
commit
63a051ca22
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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 ..."
|
||||||
|
|
Reference in a new issue