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

This commit is contained in:
Rubén Rodríguez 2013-03-18 21:01:18 +01:00
parent 46167e3529
commit 012a0975b8

View file

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