Applied unset_lcall_lang.diff -- unset LANG/LC_ALL before building packages

This commit is contained in:
Judd Vinet 2005-12-09 18:49:34 +00:00
parent 7f240a9221
commit 74d389b7af
1 changed files with 2 additions and 0 deletions

View File

@ -335,6 +335,8 @@ fi
unset pkgname pkgver pkgrel pkgdesc url license groups provides md5sums force unset pkgname pkgver pkgrel pkgdesc url license groups provides md5sums force
unset replaces depends conflicts backup source install build makedepends unset replaces depends conflicts backup source install build makedepends
# some applications (eg, blackbox) will not build with some languages
unset LC_ALL LANG
umask 0022 umask 0022
if [ ! -f $BUILDSCRIPT ]; then if [ ! -f $BUILDSCRIPT ]; then