diff options
-rwxr-xr-x | scripts/makepkg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/makepkg b/scripts/makepkg index 989e6375..02e7d895 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -335,6 +335,8 @@ fi unset pkgname pkgver pkgrel pkgdesc url license groups provides md5sums force 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 if [ ! -f $BUILDSCRIPT ]; then |