Added system to ensure changelogs are identical across archs (makepackage part)

This commit is contained in:
Rubén Rodríguez 2013-03-18 20:53:27 +01:00
parent 36c80e8c0e
commit bf656de7b0

View file

@ -27,7 +27,9 @@ for VAR in LANG LANGUAGE LC_ALL LC_TIME LC_MONETARY LC_ADDRESS LC_TELEPHONE LC_M
do
unset $VAR
done
export LANG=C
export HOME=/root
export DATE=$(date +'%a, %d %b %Y %T %z')
cd $(dirname $0)